]> git.wh0rd.org Git - tt-rss.git/commitdiff
Include both title and text attributes
authorJordi De Groof <jordi.degroof@gmail.com>
Fri, 16 Aug 2013 17:19:36 +0000 (19:19 +0200)
committerJordi De Groof <jordi.degroof@gmail.com>
Fri, 16 Aug 2013 17:19:36 +0000 (19:19 +0200)
See http://feedvalidator.org/docs/warning/MissingTitleAttr.html

classes/opml.php

index 0a64272a3dfb2a680a1badaef7748adc7ea7efb4..cac82f15d37dd8d1b55ab2eeddb115b6b8b3d2d4 100644 (file)
@@ -97,7 +97,7 @@ class Opml extends Handler_Protected {
                                $html_url_qpart = "";
                        }
 
-                       $out .= "<outline type=\"rss\" text=\"$title\" xmlUrl=\"$url\" $html_url_qpart/>\n";
+                       $out .= "<outline type=\"rss\" text=\"$title\" title=\"$title\" xmlUrl=\"$url\" $html_url_qpart/>\n";
                }
 
                if ($cat_title) $out .= "</outline>\n";