From 6b74f725a3beb9fb2340a4eeb1fe4b0c0dc8caeb Mon Sep 17 00:00:00 2001 From: Jordi De Groof Date: Fri, 16 Aug 2013 19:10:43 +0200 Subject: Add type="rss" on subscription list nodes See http://feedvalidator.org/docs/warning/MissingOutlineType.html --- classes/opml.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/opml.php b/classes/opml.php index e9a07bb52..0a64272a3 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 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(-) 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