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:
parent
95e8aad3a5
commit
64c998dc3d
@ -1,5 +1,5 @@
|
||||
<?php
|
||||
$title = "Template(s) & file editing";
|
||||
$title = "Template & 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 />
|
||||
|
Loading…
Reference in New Issue
Block a user