Will things ever be the same again?
[freeside.git] / httemplate / misc / states.cgi
index 63c494d..cf2b46e 100644 (file)
@@ -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) %> ]