Ignore:
Timestamp:
Feb 19, 2012, 8:59:22 PM (12 years ago)
Author:
plg
Message:

convert tabulations into 2-spaces for indentation (introduced in r13240)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/section_init.inc.php

    r13240 r13258  
    7070if ( strncmp($page['root_path'], './', 2) == 0 )
    7171{
    72         $page['root_path'] = substr($page['root_path'], 2);
     72  $page['root_path'] = substr($page['root_path'], 2);
    7373}
    7474
Note: See TracChangeset for help on using the changeset viewer.