summaryrefslogtreecommitdiff
path: root/mobile
diff options
context:
space:
mode:
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);;
}