Revert "Include both title and text attributes"
This reverts commit 631c067601
.
This commit is contained in:
parent
34e55fe8d9
commit
7bdc1df121
|
@ -97,7 +97,7 @@ class Opml extends Handler_Protected {
|
||||||
$html_url_qpart = "";
|
$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";
|
if ($cat_title) $out .= "</outline>\n";
|
||||||
|
|
Loading…
Reference in New Issue