]> git.wh0rd.org - tt-rss.git/commitdiff
Revert "Include both title and text attributes"
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Thu, 29 Aug 2013 12:30:01 +0000 (16:30 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Thu, 29 Aug 2013 12:30:01 +0000 (16:30 +0400)
This reverts commit 631c06760190b7e207a8a16bb76517f7f308dc68.

classes/opml.php

index cac82f15d37dd8d1b55ab2eeddb115b6b8b3d2d4..0a64272a3dfb2a680a1badaef7748adc7ea7efb4 100644 (file)
@@ -97,7 +97,7 @@ class Opml extends Handler_Protected {
                                $html_url_qpart = "";
                        }
 
-                       $out .= "<outline type=\"rss\" text=\"$title\" title=\"$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";