Changeset 933 for trunk/admin/xcache.php

Show
Ignore:
Timestamp:
06/28/2012 05:43:44 AM (11 months ago)
Author:
moo
Message:

improve switcher style

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/admin/xcache.php

    r902 r933  
    190190        $html[] = sprintf('<a href="?%s=%s"%s>%s</a>', $name, $k, $k == $n ? ' class="active"' : '', $v); 
    191191    } 
    192     return implode(' ', $html); 
     192    return implode('', $html); 
    193193} 
    194194