Changeset 6960

Show
Ignore:
Timestamp:
02/21/08 21:49:48 (9 months ago)
Author:
ryan
Message:

Remove extraneous tag. Props ionfish. fixes #5890

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-admin/theme-editor.php

    r6918 r6960  
    127127        $description = get_file_description($template_file); 
    128128        $template_show = basename($template_file); 
    129         $filedesc = ( $description != $template_file ) ? "$description <span class='nonessential'>($template_show)</span></small>" : "$description"; 
     129        $filedesc = ( $description != $template_file ) ? "$description <span class='nonessential'>($template_show)</span>" : "$description"; 
    130130        $filedesc = ( $template_file == $file ) ? "<span class='highlight'>$description <span class='nonessential'>($template_show)</span></span>" : $filedesc; 
    131131        ?>