sean Tue Feb 24 00:46:40 2004 EDT
Modified files: /phpdoc/en/reference/strings/functions strip-tags.xml Log: swapped <warn> for <warning> (same for closing tags) http://cvs.php.net/diff.php/phpdoc/en/reference/strings/functions/strip-tags.xml?r1=1.7&r2=1.8&ty=u Index: phpdoc/en/reference/strings/functions/strip-tags.xml diff -u phpdoc/en/reference/strings/functions/strip-tags.xml:1.7 phpdoc/en/reference/strings/functions/strip-tags.xml:1.8 --- phpdoc/en/reference/strings/functions/strip-tags.xml:1.7 Mon Feb 23 18:43:07 2004 +++ phpdoc/en/reference/strings/functions/strip-tags.xml Tue Feb 24 00:46:40 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.7 $ --> +<!-- $Revision: 1.8 $ --> <!-- splitted from ./en/functions/strings.xml, last change in rev 1.2 --> <refentry id="function.strip-tags"> <refnamediv> @@ -28,13 +28,13 @@ and PHP 4.0b3. Since PHP 4.3.0, HTML comments are also stripped. </para> </note> - <warn> + <warning> <para> Because <function>strip_tags</function> does not actually validate the HTML, partial, or broken tags can result in the removal of more text/data than expected. </para> - </warn> + </warning> </para> <para> <example>