summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorivan <ivan>2008-12-28 18:52:46 +0000
committerivan <ivan>2008-12-28 18:52:46 +0000
commit0cc06d0142a93722c14da37369ad9745c2d0e571 (patch)
tree446c7113fb36378476d0624528efb9d958d94f2b /httemplate
parentd8cb6cd67cc574c90dbbfbd8db2da6711c516d65 (diff)
put the country/state/county selections on their own line, RT#4496
Diffstat (limited to 'httemplate')
-rwxr-xr-xhttemplate/browse/cust_main_county.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/browse/cust_main_county.cgi b/httemplate/browse/cust_main_county.cgi
index c4d1d1882..256c51d4b 100755
--- a/httemplate/browse/cust_main_county.cgi
+++ b/httemplate/browse/cust_main_county.cgi
@@ -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,