From bf59eef2c56025c005c17afd73fc8b23ea68d7ec Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 31 Mar 2008 21:43:39 +0000 Subject: [PATCH] more approprietly sized textareas prevent scrollbars from being necessary in config popups --- httemplate/config/config.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 <% $key %> % } elsif ( $type eq 'textarea' ) { - + % } elsif ( $type eq 'checkbox' ) { -- 2.11.0