Monospace font when editing templates.

git-svn-id: https://develop.svn.wordpress.org/trunk@464 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2003-10-25 21:14:06 +00:00
parent 95e8aad3a5
commit 64c998dc3d

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 />