From 183ff16c7cc7ed51c10158d8f987a82bedf15bf6 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 13 Dec 2011 16:08:08 +0400 Subject: rename sanitize_rss to sanitize --- mobile/mobile-functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mobile/mobile-functions.php') 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 ""; - $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")) { -- cgit v1.2.3