put the country/state/county selections on their own line, RT#4496
[freeside.git] / httemplate / browse / cust_main_county.cgi
index c4d1d18..256c51d 100755 (executable)
@@ -186,7 +186,7 @@ $cgi->param('county',   $county ) if $county;
 $cgi->param('taxclass', $county ) if $taxclass;
 
 my $html_posttotal =
-  '( show country: '.
+  '<BR>( show country: '.
   include('/elements/select-country.html',
             'country'             => $country,
             'onchange'            => $filter_change,