Make WordPress Core


Ignore:
Timestamp:
10/17/2008 03:49:43 AM (16 years ago)
Author:
azaozz
Message:

HTML validation fixes, props Viper007Bond

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/template.php

    r9192 r9223  
    10171017                    <div class="title"><?php _e('Tags'); ?></div>
    10181018                    <div class="in">
    1019                     <textarea cols="22" rows="1" type="text" name="tags_input" class="tags_input"></textarea>
     1019                    <textarea cols="22" rows="1" name="tags_input" class="tags_input"></textarea>
    10201020                    </div>
    10211021                </div>
     
    18721872                if ( 'detail' == $mode || 'single' == $mode ) comment_text(); ?>
    18731873                <div id="inline-<?php echo $comment->comment_ID; ?>" class="hidden">
    1874                 <textarea class="comment"><?php echo $comment->comment_content; ?></textarea>
     1874                <textarea class="comment" rows="3" cols="10"><?php echo $comment->comment_content; ?></textarea>
    18751875                <div class="author-email"><?php echo attribute_escape( $comment->comment_author_email ); ?></div>
    18761876                <div class="author"><?php echo attribute_escape( $comment->comment_author ); ?></div>
Note: See TracChangeset for help on using the changeset viewer.