summaryrefslogtreecommitdiff
path: root/classes/opml.php
diff options
context:
space:
mode:
authorJordi De Groof <[email protected]>2013-08-16 19:10:43 +0200
committerJordi De Groof <[email protected]>2013-08-16 19:10:43 +0200
commit6b74f725a3beb9fb2340a4eeb1fe4b0c0dc8caeb (patch)
tree1ac6a73e88be05bc2bcb979469ad8ede0783484d /classes/opml.php
parent3eb55333c617f21714d691f0a393af5083ec464b (diff)
Add type="rss" on subscription list <outline> nodes
See http://feedvalidator.org/docs/warning/MissingOutlineType.html
Diffstat (limited to 'classes/opml.php')
-rw-r--r--classes/opml.php2
1 files changed, 1 insertions, 1 deletions
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 .= "<outline text=\"$title\" xmlUrl=\"$url\" $html_url_qpart/>\n";
+ $out .= "<outline type=\"rss\" text=\"$title\" xmlUrl=\"$url\" $html_url_qpart/>\n";
}
if ($cat_title) $out .= "</outline>\n";