From: Jordi De Groof Date: Fri, 16 Aug 2013 17:10:43 +0000 (+0200) Subject: Add type="rss" on subscription list nodes X-Git-Tag: 1.10~27^2~1 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=6b74f725a3beb9fb2340a4eeb1fe4b0c0dc8caeb;p=tt-rss.git Add type="rss" on subscription list nodes See http://feedvalidator.org/docs/warning/MissingOutlineType.html --- diff --git a/classes/opml.php b/classes/opml.php index e9a07bb5..0a64272a 100644 --- a/classes/opml.php +++ b/classes/opml.php @@ -97,7 +97,7 @@ class Opml extends Handler_Protected { $html_url_qpart = ""; } - $out .= "\n"; + $out .= "\n"; } if ($cat_title) $out .= "\n";