Make WordPress Core

Changeset 18648


Ignore:
Timestamp:
09/07/2011 01:53:02 PM (13 years ago)
Author:
nacin
Message:

Fix attribute spacing. props mfields, fixes #18570.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/custom-background.php

    r18010 r18648  
    296296<?php $show_clear = get_background_color() ? '' : ' style="display:none"'; ?>
    297297<input type="text" name="background-color" id="background-color" value="#<?php echo esc_attr(get_background_color()) ?>" />
    298 <a class="hide-if-no-js" href="#" id="pickcolor"><?php _e('Select a Color'); ?></a> <span <?php echo $show_clear; ?>class="hide-if-no-js" id="clearcolor"> (<a href="#"><?php _e( 'Clear' ); ?></a>)</span>
     298<a class="hide-if-no-js" href="#" id="pickcolor"><?php _e('Select a Color'); ?></a> <span<?php echo $show_clear; ?> class="hide-if-no-js" id="clearcolor"> (<a href="#"><?php _e( 'Clear' ); ?></a>)</span>
    299299<div id="colorPickerDiv" style="z-index: 100; background:#eee; border:1px solid #ccc; position:absolute; display:none;"></div>
    300300</fieldset></td>
Note: See TracChangeset for help on using the changeset viewer.