X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fmisc%2Fstates.cgi;h=cf2b46ee280355b6577a3f4cfee687230925e352;hb=1a72d908b362257846be512cd514b6d634372974;hp=63c494d156dea09d0617b5576b8d737be30261c7;hpb=929f432c766bbe3bdeed5b80818a12ddf6ec6339;p=freeside.git diff --git a/httemplate/misc/states.cgi b/httemplate/misc/states.cgi index 63c494d15..cf2b46ee2 100644 --- a/httemplate/misc/states.cgi +++ b/httemplate/misc/states.cgi @@ -1,6 +1,7 @@ -<% - - my $country = $cgi->param('arg'); - my @output = states_hash($country); - -%>[ <%= join(', ', map { qq("$_") } @output) %> ] +% +% +% my $country = $cgi->param('arg'); +% my @output = states_hash($country); +% +% +[ <% join(', ', map { qq("$_") } @output) %> ]