From: ivan Date: Fri, 12 Mar 2010 03:38:48 +0000 (+0000) Subject: backport tyop fix from head X-Git-Tag: freeside_1_9_2~11 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=168fa0b2021c4addc13d772f1c168574bce4ccfb backport tyop fix from head --- 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'