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:
parent
bd86d28ac4
commit
8a00feabc2
|
@ -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