backport tyop fix from head
authorivan <ivan>
Fri, 12 Mar 2010 03:38:48 +0000 (03:38 +0000)
committerivan <ivan>
Fri, 12 Mar 2010 03:38:48 +0000 (03:38 +0000)
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'