From: ivan Date: Mon, 22 Dec 2008 23:28:02 +0000 (+0000) Subject: textareas are much less annoying to work with when their scrollbar isn't scrolled... X-Git-Tag: root_of_webpay_support~180 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=442cb5be5190c0639e3afebcf99c90d9f31af7f9 textareas are much less annoying to work with when their scrollbar isn't scrolled off the side itself --- 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 <% $key %> % } elsif ( $type eq 'textarea' ) { - + % } elsif ( $type eq 'checkbox' ) {