Make WordPress Core


Ignore:
Timestamp:
09/08/2008 06:01:33 AM (17 years ago)
Author:
azaozz
Message:

CSS and HTML validation fixes, props Simek, fixes #7703

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/plugin-editor.php

    r8656 r8845  
    9696</div>
    9797<?php endif; ?>
    98  <div class="wrap">
     98<div class="wrap">
    9999<div class="bordertitle">
    100100    <h2><?php _e('Plugin Editor'); ?></h2>
     
    102102<div class="tablenav">
    103103<div class="alignleft">
    104 <big><strong><?php
     104<big><?php
    105105    if ( is_plugin_active($file) ) {
    106106        if ( is_writeable($real_file) )
     
    114114            echo sprintf(__('Browsing <strong>%s</strong> (inactive)'), $file);
    115115    }
    116     ?></strong></big>
     116    ?></big>
    117117</div>
    118118<br class="clear" />
Note: See TracChangeset for help on using the changeset viewer.