From: Jordi De Groof Date: Fri, 16 Aug 2013 17:19:36 +0000 (+0200) Subject: Include both title and text attributes X-Git-Tag: 1.10~27^2 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=631c06760190b7e207a8a16bb76517f7f308dc68;p=tt-rss.git Include both title and text attributes See http://feedvalidator.org/docs/warning/MissingTitleAttr.html --- diff --git a/classes/opml.php b/classes/opml.php index 0a64272a..cac82f15 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";