mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-10-16 13:31:22 +02:00
Add type="rss" on subscription list <outline> nodes
See http://feedvalidator.org/docs/warning/MissingOutlineType.html
This commit is contained in:
parent
3eb55333c6
commit
6b74f725a3
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user