From 81f93dc2e23f44c57a14d07e95e412090dc7428d Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sun, 25 Aug 2013 22:24:08 +0200 Subject: Another explicit UTF-8 Explicit UTF-8 for a forgotten htmlentities() --- lib/lib_rss.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/lib_rss.php b/lib/lib_rss.php index a7a5244f8..60e6d3358 100644 --- a/lib/lib_rss.php +++ b/lib/lib_rss.php @@ -48,7 +48,7 @@ function opml_export ($cats) { $txt .= '' . "\n"; foreach ($cat['feeds'] as $feed) { - $txt .= "\t" . '' . "\n"; + $txt .= "\t" . '' . "\n"; } $txt .= '' . "\n"; -- cgit v1.2.3