From 876369d65503830e5600593ddcdfb828973898b4 Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Sun, 17 Mar 2013 15:26:41 +0100 Subject: Correction bug export RSS (encodage de &) + petits ajouts navigation dans la configuration --- lib/lib_rss.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/lib_rss.php') diff --git a/lib/lib_rss.php b/lib/lib_rss.php index a412ca7b1..b9202755b 100644 --- a/lib/lib_rss.php +++ b/lib/lib_rss.php @@ -89,7 +89,7 @@ function opml_export ($cats) { $txt .= '' . "\n"; foreach ($cat['feeds'] as $feed) { - $txt .= "\t" . '' . "\n"; + $txt .= "\t" . '' . "\n"; } $txt .= '' . "\n"; -- cgit v1.2.3