Dotclear

Changeset 2049:4d4b13513b21


Ignore:
Timestamp:
09/24/13 07:53:02 (11 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Remove unecessary comment and code

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • inc/admin/lib.admincombos.php

    r2040 r2049  
    3737          while ($categories->fetch()) { 
    3838               $categories_combo[] = new formSelectOption ( 
    39 //                  str_repeat('&nbsp;&nbsp;',$categories->level-1).($categories->level-1 == 0 ? '' : '&bull; '). 
    4039                    html::escapeHTML($categories->cat_title).' ('.$categories->nb_post.')', 
    4140                    $categories->cat_id, 
  • plugins/pages/list.php

    r2048 r2049  
    163163               '//]]>'. 
    164164               $head. 
    165                '</script></head><body>'; 
    166                '</head><body>'.$breadcrumb; 
     165               '</script></head><body>'. 
     166               $breadcrumb; 
    167167     } 
    168168      
Note: See TracChangeset for help on using the changeset viewer.

Sites map