* Clarified function documentation
authorÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Sun, 31 Dec 2006 09:53:21 +0000 (09:53 +0000)
committerÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Sun, 31 Dec 2006 09:53:21 +0000 (09:53 +0000)
includes/Xml.php

index f2dd0e2..67dda7f 100644 (file)
@@ -329,8 +329,8 @@ class Xml {
        }
 
        /**
-        * Escape html tags
-        * Basically replacing " > and < with HTML entities ( &quot;, &gt;, &lt;)
+        * Replace " > and < with their respective HTML entities ( &quot;,
+        * &gt;, &lt;)
         *
         * @param $in String: text that might contain HTML tags.
         * @return string Escaped string