Changeset 1511

Show
Ignore:
Timestamp:
06/24/06 23:23:16 (2 years ago)
Author:
mbonetti
Message:

That would be "category", not "categories".
The spec (DRAFT) is here: http://www.opml.org/spec2

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/gregarius/opml.php

    r1510 r1511  
    205205        } 
    206206        if (isset($cats[$id]) && count($cats[$id])) { 
    207             echo " categories=\"" . implode(",",$cats[$id]) ."\""; 
     207            echo " category=\"" . implode(",",$cats[$id]) ."\""; 
    208208        } 
    209209        echo " xmlUrl=\"$url_\" />\n";