Dotclear


Ignore:
Timestamp:
07/10/11 17:29:13 (13 years ago)
Author:
Franck <carnet.franck.paul@…>
Branch:
default
Message:

Typo signalée par adjaya ( http://forum.dotclear.org/viewtopic.php?pid=306153#p306153)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/categories.php

    r559 r560  
    131131while ($rs->fetch()) { 
    132132     echo '<option value="'.$rs->cat_id.'">'. 
    133           str_repeat('&nbsp;&nbsp;',$rs->level-1).($categories->level-1 == 0 ? '' : '&bull; '). 
     133          str_repeat('&nbsp;&nbsp;',$rs->level-1).($rs->level-1 == 0 ? '' : '&bull; '). 
    134134          html::escapeHTML($rs->cat_title).'</option>'; 
    135135} 
Note: See TracChangeset for help on using the changeset viewer.

Sites map