From 442cb5be5190c0639e3afebcf99c90d9f31af7f9 Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 22 Dec 2008 23:28:02 +0000 Subject: [PATCH] textareas are much less annoying to work with when their scrollbar isn't scrolled off the side itself --- 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 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' ) { -- 2.11.0