Make WordPress Core


Ignore:
Timestamp:
11/20/2008 03:29:44 AM (18 years ago)
Author:
markjaquith
Message:

Remove errant nbsps

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-form-advanced.php

    r9755 r9806  
    209209    <span id="timestamp">
    210210    <?php printf($stamp, $date); ?></span>
    211     &nbsp;<a href="#edit_timestamp" class="edit-timestamp hide-if-no-js" tabindex='4'><?php _e('Edit') ?></a>
     211    <a href="#edit_timestamp" class="edit-timestamp hide-if-no-js" tabindex='4'><?php _e('Edit') ?></a>
    212212    <div id="timestampdiv" class="hide-if-js"><?php touch_time(($action == 'edit'),1,4); ?></div>
    213213</div><?php // /misc-pub-section ?>
Note: See TracChangeset for help on using the changeset viewer.