Changeset 3185 for trunk/ws.php


Ignore:
Timestamp:
Mar 9, 2009, 8:41:45 PM (16 years ago)
Author:
nikrou
Message:

fix html warnings. unclosed monotags

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ws.php

    r3065 r3185  
    7070      ),
    7171      'Returns elements for the corresponding categories.
    72 <br/><b>cat_id</b> can be empty if <b>recursive</b> is true. Can be sent as an array.
    73 <br/><b>order</b> comma separated fields for sorting (file,id, average_rate,...)'
     72<br><b>cat_id</b> can be empty if <b>recursive</b> is true. Can be sent as an array.
     73<br><b>order</b> comma separated fields for sorting (file,id, average_rate,...)'
    7474    );
    7575
     
    196196      ),
    197197    'POST method only.
    198 <br/><b>categories</b> is a string list "category_id[,rank];category_id[,rank]" The rank is optional and is equivalent to "auto" if not given.'
     198<br><b>categories</b> is a string list "category_id[,rank];category_id[,rank]" The rank is optional and is equivalent to "auto" if not given.'
    199199    );
    200200
     
    259259      ),
    260260    'POST method only. Admin only
    261 <br/><b>categories</b> is a string list "category_id[,rank];category_id[,rank]" The rank is optional and is equivalent to "auto" if not given.'
     261<br><b>categories</b> is a string list "category_id[,rank];category_id[,rank]" The rank is optional and is equivalent to "auto" if not given.'
    262262    );
    263263}
Note: See TracChangeset for help on using the changeset viewer.