summaryrefslogtreecommitdiff
path: root/mobile
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-05-18 08:14:44 +0100
committerAndrew Dolgov <[email protected]>2007-05-18 08:14:44 +0100
commit1ac0baf4ea92919bef895c03ffcf22a808c7f2d0 (patch)
tree091f83f77a414ad09670ddd6b1270f0fb206e977 /mobile
parent0dba8103fafd8e6bba82f0e0f997964adfec1bad (diff)
mobile: sanitize article content
Diffstat (limited to 'mobile')
-rw-r--r--mobile/functions.php2
1 files changed, 1 insertions, 1 deletions
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 "<div class=\"postTags\">Tags: $tags_str</div>";
}
- print $line["content"];
+ print sanitize_rss($link, $line["content"], true);;
}