summaryrefslogtreecommitdiffstats
path: root/usr/local/www/edit.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-07-24 18:34:36 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-07-24 18:34:36 +0000
commit8e0e58ffb7ef793fe9d604744ced593bcd66aae2 (patch)
tree6cf96a40b46b79c20b2cae0cad14e1ccfbe38455 /usr/local/www/edit.php
parent85dc4438aad78e765a01087e058b1b00b554714a (diff)
downloadpfsense-8e0e58ffb7ef793fe9d604744ced593bcd66aae2.zip
pfsense-8e0e58ffb7ef793fe9d604744ced593bcd66aae2.tar.gz
Cleanup misc editor nits
Diffstat (limited to 'usr/local/www/edit.php')
-rwxr-xr-xusr/local/www/edit.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/local/www/edit.php b/usr/local/www/edit.php
index ea64b26..a1f8371 100755
--- a/usr/local/www/edit.php
+++ b/usr/local/www/edit.php
@@ -154,7 +154,8 @@ function sf() { document.forms[0].savetopath.focus(); }
<td valign="top" class="label">
<div style="background:#eeeeee" id="textareaitem">
&nbsp;<br>&nbsp;
- <textarea name="code" language="<?php echo $language; ?>" rows="<?php echo $rows; ?>" cols="<?php echo $cols; ?>" name="content"><?php echo htmlentities($content); ?></textarea><br>
+ <center>
+ <textarea style="width:98%" name="code" language="<?php echo $language; ?>" rows="<?php echo $rows; ?>" cols="<?php echo $cols; ?>" name="content"><?php echo htmlentities($content); ?></textarea><br>
&nbsp;
</div>
<p>
OpenPOWER on IntegriCloud