summaryrefslogtreecommitdiff
path: root/mobile
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-12-13 16:08:08 +0400
committerAndrew Dolgov <[email protected]>2011-12-13 16:08:08 +0400
commit183ff16c7cc7ed51c10158d8f987a82bedf15bf6 (patch)
tree6b5f3f92051d3f7a1a1009857ca38916c21bb164 /mobile
parent2c08214a7f4dd693cb401714412b7a1ad635ed41 (diff)
rename sanitize_rss to sanitize
Diffstat (limited to 'mobile')
-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")) {