From: Ævar Arnfjörð Bjarmason Date: Sun, 31 Dec 2006 09:53:21 +0000 (+0000) Subject: * Clarified function documentation X-Git-Tag: 1.31.0-rc.0~54718 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/pie.php?a=commitdiff_plain;h=42e34088f3f1ab59832ed69e204027047501c5c1;p=lhc%2Fweb%2Fwiklou.git * Clarified function documentation --- diff --git a/includes/Xml.php b/includes/Xml.php index f2dd0e27a2..67dda7fea9 100644 --- a/includes/Xml.php +++ b/includes/Xml.php @@ -329,8 +329,8 @@ class Xml { } /** - * Escape html tags - * Basically replacing " > and < with HTML entities ( ", >, <) + * Replace " > and < with their respective HTML entities ( ", + * >, <) * * @param $in String: text that might contain HTML tags. * @return string Escaped string