From 168fa0b2021c4addc13d772f1c168574bce4ccfb Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 12 Mar 2010 03:38:48 +0000 Subject: [PATCH] backport tyop fix from head --- httemplate/elements/location.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httemplate/elements/location.html b/httemplate/elements/location.html index 4750b687d..0ec6c04e0 100644 --- a/httemplate/elements/location.html +++ b/httemplate/elements/location.html @@ -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' -- 2.11.0