From 631c06760190b7e207a8a16bb76517f7f308dc68 Mon Sep 17 00:00:00 2001 From: Jordi De Groof Date: Fri, 16 Aug 2013 19:19:36 +0200 Subject: Include both title and text attributes See http://feedvalidator.org/docs/warning/MissingTitleAttr.html --- classes/opml.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'classes') diff --git a/classes/opml.php b/classes/opml.php index 0a64272a3..cac82f15d 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"; -- cgit v1.2.3