cvs: phpdoc-nl /reference/strings/functions htmlspecialchars.xml
[email protected] ("Sacha Telgenhof Oude Koehorst")
| Newsgroups | php.doc.nl |
|---|---|
| Message-ID | <cvssachat1029607908@cvsserver> |
sachat Sat Aug 17 14:11:48 2002 EDT
Modified files:
/phpdoc-nl/reference/strings/functions htmlspecialchars.xml
Log:
Fixed an error with an entity - missing ampersand.
Index: phpdoc-nl/reference/strings/functions/htmlspecialchars.xml
diff -u phpdoc-nl/reference/strings/functions/htmlspecialchars.xml:1.4 phpdoc-nl/reference/strings/functions/htmlspecialchars.xml:1.5
--- phpdoc-nl/reference/strings/functions/htmlspecialchars.xml:1.4 Fri Aug 16 05:29:07 2002
+++ phpdoc-nl/reference/strings/functions/htmlspecialchars.xml Sat Aug 17 14:11:48 2002
@@ -58,7 +58,7 @@
</listitem>
<listitem>
<simpara>
- '>' (groter dan) wordt '&gt;'
+ '>' (groter dan) wordt '&>'
</simpara>
</listitem>
</itemizedlist>