mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-23 06:55:28 +00:00
IE padding problems.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1126 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
02a47ffc04
commit
f572d08855
@ -121,7 +121,7 @@ default:
|
||||
if (!$error) {
|
||||
?>
|
||||
<form name="template" action="templates.php" method="post">
|
||||
<textarea cols="80" rows="21" style="width:100%; font-family: 'Courier New', Courier, monopace; font-size:small;" name="newcontent" tabindex="1"><?php echo $content ?></textarea>
|
||||
<textarea cols="80" rows="21" style="width:98%; font-family: 'Courier New', Courier, monopace; font-size:small;" name="newcontent" tabindex="1"><?php echo $content ?></textarea>
|
||||
<input type="hidden" name="action" value="update" />
|
||||
<input type="hidden" name="file" value="<?php echo $file ?>" />
|
||||
<p class="submit">
|
||||
|
Loading…
x
Reference in New Issue
Block a user