Monospace font when editing templates.

git-svn-id: http://svn.automattic.com/wordpress/trunk@464 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
saxmatt 2003-10-25 21:14:06 +00:00
parent bd86d28ac4
commit 8a00feabc2
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<?php
$title = "Template(s) &amp; file editing";
$title = "Template &amp; file editing";
/* <Template> */
function add_magic_quotes($array) {
@ -109,7 +109,7 @@ default:
if (!$error) {
?>
<form name="template" action="b2template.php" method="post">
<textarea cols="80" rows="20" style="width:100%" name="newcontent" tabindex="1"><?php echo $content ?></textarea>
<textarea cols="80" rows="20" style="width:100%; 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 ?>" />
<br />