What about specifying something more close to a dash??? Like '-' insteadd of 'foo'?

Ken Tossell wrote:
kennyt Tue Feb 3 11:26:33 2004 EDT

Modified files: /phpdoc/entities global.ent Log:
Added html entity — -- fixes bug where livedocs barfs on said entity when rendering &ref.domxml;.
http://cvs.php.net/diff.php/phpdoc/entities/global.ent?r1=1.156&r2=1.157&ty=u
Index: phpdoc/entities/global.ent
diff -u phpdoc/entities/global.ent:1.156 phpdoc/entities/global.ent:1.157
--- phpdoc/entities/global.ent:1.156 Mon Jan 19 10:53:42 2004
+++ phpdoc/entities/global.ent Tue Feb 3 11:26:33 2004
@@ -1,6 +1,6 @@
<!-- -*- SGML -*-
- $Id: global.ent,v 1.156 2004/01/19 15:53:42 nlopess Exp $
+ $Id: global.ent,v 1.157 2004/02/03 16:26:33 kennyt Exp $
Contains global "macros" for all the XML documents.
@@ -368,3 +368,4 @@
<!ENTITY email.php3.subscribe '[EMAIL PROTECTED]'>
<!ENTITY link.rasmus '<ulink url="mailto:&email.rasmus;";>Rasmus Lerdorf</ulink>'>
<!ENTITY link.stig '<ulink url="mailto:&email.stig;";>Stig S&aelig;ther Bakken</ulink>'>
+<!ENTITY mdash 'foo'>


Reply via email to