diff options
| author | 2014-08-12 21:56:34 +0200 | |
|---|---|---|
| committer | 2014-08-12 21:56:34 +0200 | |
| commit | 7900c5e550acafaf0b877635840a8a270eb06078 (patch) | |
| tree | 9702d865c7ffb105bc0b0619f6ef99f82e3c8c61 /lib/lib_rss.php | |
| parent | ede94098be5d330d4bf120eb8064c5c87eed7ef0 (diff) | |
Move htmlspecialchars_utf8 from Request to Helper
And remove html_chars_utf8 to use htmlspecialchars_utf8 instead in
importExportController
Diffstat (limited to 'lib/lib_rss.php')
| -rw-r--r-- | lib/lib_rss.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/lib_rss.php b/lib/lib_rss.php index 86c0a4ae4..823f53716 100644 --- a/lib/lib_rss.php +++ b/lib/lib_rss.php @@ -230,7 +230,3 @@ function cryptAvailable() { } return false; } - -function html_chars_utf8($str) { - return htmlspecialchars($str, ENT_COMPAT, 'UTF-8'); -} |
