From 7bdc1df12146e7c43875f8099a3ef016b7db8844 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 29 Aug 2013 16:30:01 +0400 Subject: Revert "Include both title and text attributes" This reverts commit 631c06760190b7e207a8a16bb76517f7f308dc68. --- classes/opml.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'classes/opml.php') 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 .= "\n"; + $out .= "\n"; } if ($cat_title) $out .= "\n"; -- cgit v1.2.3