Make WordPress Core


Ignore:
Timestamp:
08/21/2009 05:26:31 PM (16 years ago)
Author:
westi
Message:

Make the default and classic themes comment textareas valid XHTML. Fixes #8971 props vladimir_kolesnikov.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/default/comments.php

    r11204 r11867  
    8282<!--<p><small><strong>XHTML:</strong> You can use these tags: <code><?php echo allowed_tags(); ?></code></small></p>-->
    8383
    84 <p><textarea name="comment" id="comment" cols="100%" rows="10" tabindex="4"></textarea></p>
     84<p><textarea name="comment" id="comment" cols="58" rows="10" tabindex="4"></textarea></p>
    8585
    8686<p><input name="submit" type="submit" id="submit" tabindex="5" value="Submit Comment" />
Note: See TracChangeset for help on using the changeset viewer.