summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorivan <ivan>2008-12-22 23:28:02 +0000
committerivan <ivan>2008-12-22 23:28:02 +0000
commit442cb5be5190c0639e3afebcf99c90d9f31af7f9 (patch)
treeaa8f605fe849b8ff7ee11712fbd5d84d0e91361c /httemplate
parent85b7bb9e4a45319c13fa1de86e792c661714d384 (diff)
textareas are much less annoying to work with when their scrollbar isn't scrolled off the side itself
Diffstat (limited to 'httemplate')
-rw-r--r--httemplate/config/config.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/config/config.cgi b/httemplate/config/config.cgi
index 5e73b59e1..4bcd8e414 100644
--- a/httemplate/config/config.cgi
+++ b/httemplate/config/config.cgi
@@ -50,7 +50,7 @@ Setting <b><% $key %></b>
% } elsif ( $type eq 'textarea' ) {
- <textarea name="<% "$key$n" %>" rows=12 cols=88 wrap="off"><% join("\n", $conf->config($key, $agentnum)) %></textarea>
+ <textarea name="<% "$key$n" %>" rows=12 cols=78 wrap="off"><% join("\n", $conf->config($key, $agentnum)) %></textarea>
% } elsif ( $type eq 'checkbox' ) {