summaryrefslogtreecommitdiff
path: root/classes/opml.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-08-29 16:30:01 +0400
committerAndrew Dolgov <[email protected]>2013-08-29 16:30:01 +0400
commit7bdc1df12146e7c43875f8099a3ef016b7db8844 (patch)
tree36dc24d0c975a3a2d015f8e8ea6fa5d4e4cfa7e1 /classes/opml.php
parent34e55fe8d98817b97df853f9b2b97857b71ca440 (diff)
Revert "Include both title and text attributes"
This reverts commit 631c06760190b7e207a8a16bb76517f7f308dc68.
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 cac82f15d..0a64272a3 100644
--- a/classes/opml.php
+++ b/classes/opml.php
@@ -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";