1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-15 18:25:55 +00:00

rename sanitize_rss to sanitize

This commit is contained in:
Andrew Dolgov
2011-12-13 16:08:08 +04:00
parent 2c08214a7f
commit 183ff16c7c
3 changed files with 7 additions and 7 deletions

View File

@@ -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")) {