summaryrefslogtreecommitdiff
path: root/opml.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-11-25 14:02:46 +0100
committerAndrew Dolgov <[email protected]>2005-11-25 14:02:46 +0100
commitd527e4cbfcdf4117367134bcb773e81edaa010a4 (patch)
tree4ba14257fffaf5fc114e76e8366a77617fc6f706 /opml.php
parente552e5a2007e393bc16cacb5e046b1d583ed5748 (diff)
category support for OPML export (fix)
Diffstat (limited to 'opml.php')
-rw-r--r--opml.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/opml.php b/opml.php
index 590ba30a8..89634025c 100644
--- a/opml.php
+++ b/opml.php
@@ -59,7 +59,7 @@
print "</outline>";
}
- print "<outline text=\"$cat_title\">";
+ print "<outline title=\"$cat_title\">";
$old_cat_title = $cat_title;
}