diff options
Diffstat (limited to 'httemplate')
-rw-r--r-- | httemplate/config/config.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/config/config.cgi b/httemplate/config/config.cgi index d58c2f89b..9223167c5 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=18 cols=88 wrap="off"><% join("\n", $conf->config($key, $agentnum)) %></textarea> + <textarea name="<% "$key$n" %>" rows=12 cols=88 wrap="off"><% join("\n", $conf->config($key, $agentnum)) %></textarea> % } elsif ( $type eq 'checkbox' ) { |