From 1ac0baf4ea92919bef895c03ffcf22a808c7f2d0 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 18 May 2007 08:14:44 +0100 Subject: mobile: sanitize article content --- mobile/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mobile/functions.php') diff --git a/mobile/functions.php b/mobile/functions.php index 86a07bd10..bec74d180 100644 --- a/mobile/functions.php +++ b/mobile/functions.php @@ -769,7 +769,7 @@ print "
Tags: $tags_str
"; } - print $line["content"]; + print sanitize_rss($link, $line["content"], true);; } -- cgit v1.2.3