diff options
| author | Andrew Dolgov <fox@madoka.spb.ru> | 2005-11-25 14:02:46 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.spb.ru> | 2005-11-25 14:02:46 +0100 |
| commit | d527e4cbfcdf4117367134bcb773e81edaa010a4 (patch) | |
| tree | 4ba14257fffaf5fc114e76e8366a77617fc6f706 | |
| parent | e552e5a2007e393bc16cacb5e046b1d583ed5748 (diff) | |
category support for OPML export (fix)
| -rw-r--r-- | opml.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -59,7 +59,7 @@ print "</outline>"; } - print "<outline text=\"$cat_title\">"; + print "<outline title=\"$cat_title\">"; $old_cat_title = $cat_title; } |