summaryrefslogtreecommitdiff
path: root/mobile/mobile-functions.php
diff options
context:
space:
mode:
Diffstat (limited to 'mobile/mobile-functions.php')
-rw-r--r--mobile/mobile-functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile/mobile-functions.php b/mobile/mobile-functions.php
index 1765a65eb..be59fb7aa 100644
--- a/mobile/mobile-functions.php
+++ b/mobile/mobile-functions.php
@@ -506,7 +506,7 @@
// print "</fieldset>";
- $content = sanitize_rss($link, $line["content"]);
+ $content = sanitize($link, $line["content"]);
$content = preg_replace("/href=/i", "target=\"_blank\" href=", $content);
if (!mobile_get_pref($link, "SHOW_IMAGES")) {