backport tyop fix from head
[freeside.git] / httemplate / elements / location.html
index 4750b68..0ec6c04 100644 (file)
@@ -123,7 +123,7 @@ $object->set($pre.'state', $statedefault )
          || $object->get($pre.'country') ne $countrydefault;
 
 my @style = ();
-push @style, 'background-color: #dddddd"' if $disabled;
+push @style, 'background-color: #dddddd' if $disabled;
 
 my @address2_label_style = ();
 push @address2_label_style, 'visibility:hidden'