cvs: phpdoc-da /reference/strings/functions strip-tags.xml

[email protected] ("Jonathan Holst") Sun, 12 Sep 2004 11:01:01 -0000
Newsgroups php.doc.da
Message-ID <cvsholst1094986861@cvsserver>
holst		Sun Sep 12 07:01:01 2004 EDT

  Modified files:              
    /phpdoc-da/reference/strings/functions	strip-tags.xml 
  Log:
  Fixed example-bug
  
http://cvs.php.net/diff.php/phpdoc-da/reference/strings/functions/strip-tags.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc-da/reference/strings/functions/strip-tags.xml
diff -u phpdoc-da/reference/strings/functions/strip-tags.xml:1.4 phpdoc-da/reference/strings/functions/strip-tags.xml:1.5
--- phpdoc-da/reference/strings/functions/strip-tags.xml:1.4	Thu Aug 26 14:00:34 2004
+++ phpdoc-da/reference/strings/functions/strip-tags.xml	Sun Sep 12 07:01:01 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <!-- EN-Revision: 1.10 Maintainer: holst Status: ready -->
   <refentry id="function.strip-tags">
    <refnamediv>
@@ -62,7 +62,7 @@
 echo "\n";
 
 // Tillad <p>
-echo strip_tags($text, '<p>');
+echo strip_tags($tekst, '<p>');
 ?>
 ]]>
       </programlisting>