Remove spurious character. Props hakre. fixes #9428

git-svn-id: https://develop.svn.wordpress.org/trunk@10853 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2009-03-31 22:01:51 +00:00
parent 6dfc7d31ba
commit fa588c3598
1 changed files with 1 additions and 1 deletions

View File

@ -438,7 +438,7 @@ class WP_Widget_Categories extends WP_Widget {
<p> <p>
<label for="<?php echo $this->get_field_id('title'); ?>"> <label for="<?php echo $this->get_field_id('title'); ?>">
<?php _e( 'Title:' ); ?> <?php _e( 'Title:' ); ?>
<input class="widefat" id="<?php echo $this->get_field_id('title'); ?>>" name="<?php echo $this->get_field_name('title'); ?>" type="text" value="<?php echo $title; ?>" /> <input class="widefat" id="<?php echo $this->get_field_id('title'); ?>" name="<?php echo $this->get_field_name('title'); ?>" type="text" value="<?php echo $title; ?>" />
</label> </label>
</p> </p>