From 42e34088f3f1ab59832ed69e204027047501c5c1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Sun, 31 Dec 2006 09:53:21 +0000 Subject: [PATCH] * Clarified function documentation --- includes/Xml.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.20.1