From e7d5cb0e3857d41e02b35006356b6b021929320f Mon Sep 17 00:00:00 2001 From: pdontthink Date: Thu, 9 Oct 2008 07:22:08 +0000 Subject: [PATCH] Text area trailing text looks better miniaturized git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@13303 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- templates/default/options.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/default/options.tpl b/templates/default/options.tpl index 810513be..30c56226 100644 --- a/templates/default/options.tpl +++ b/templates/default/options.tpl @@ -52,7 +52,7 @@ foreach ($options as $option) { echo ''; } else if ($opt->type == SMOPT_TYPE_TEXTAREA && !empty($opt->trailing_text)) { - echo $opt->caption . '
' . $opt->trailing_text; + echo $opt->caption . '
' . $opt->trailing_text . ''; } else { echo $opt->caption; } -- 2.25.1