vrana Mon Dec 22 10:42:18 2003 EDT
Modified files:
/phpdoc/en/reference/strings/functions htmlspecialchars.xml
strip-tags.xml
Log:
Added cross-references
Index: phpdoc/en/reference/strings/functions/htmlspecialchars.xml
diff -u phpdoc/en/reference/strings/functions/htmlspecialchars.xml:1.6
phpdoc/en/reference/strings/functions/htmlspecialchars.xml:1.7
--- phpdoc/en/reference/strings/functions/htmlspecialchars.xml:1.6 Mon Mar 3
13:03:13 2003
+++ phpdoc/en/reference/strings/functions/htmlspecialchars.xml Mon Dec 22 10:42:17
2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<!-- splitted from ./en/functions/strings.xml, last change in rev 1.2 -->
<refentry id="function.htmlspecialchars">
<refnamediv>
@@ -93,6 +93,7 @@
&reference.strings.charsets;
<para>
See also <function>get_html_translation_table</function>,
+ <function>strip_tags</function>,
<function>htmlentities</function>, and <function>nl2br</function>.
</para>
</refsect1>
Index: phpdoc/en/reference/strings/functions/strip-tags.xml
diff -u phpdoc/en/reference/strings/functions/strip-tags.xml:1.3
phpdoc/en/reference/strings/functions/strip-tags.xml:1.4
--- phpdoc/en/reference/strings/functions/strip-tags.xml:1.3 Fri May 30 12:47:59
2003
+++ phpdoc/en/reference/strings/functions/strip-tags.xml Mon Dec 22 10:42:17
2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/strings.xml, last change in rev 1.2 -->
<refentry id="function.strip-tags">
<refnamediv>
@@ -51,6 +51,9 @@
to other users.
</para>
</warning>
+ <para>
+ See also <function>htmlspecialchars</function>.
+ </para>
</refsect1>
</refentry>