Author: buscob
Date: Wed Apr 14 20:38:57 2010
New Revision: 934187
URL:
http://svn.apache.org/viewvc?rev=934187&view=revLog:
A patch from Blas Rodriguez Somoza
OFBIZ-3678 - XHTML validation errors round 2 (specialpurpose/googlebase)
https://issues.apache.org/jira/browse/OFBIZ-3678XHTML validation errors
* Uppercase tags or attributes.
Modified:
ofbiz/trunk/specialpurpose/googlebase/widget/GoogleBaseForms.xml
Modified: ofbiz/trunk/specialpurpose/googlebase/widget/GoogleBaseForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/googlebase/widget/GoogleBaseForms.xml?rev=934187&r1=934186&r2=934187&view=diff==============================================================================
--- ofbiz/trunk/specialpurpose/googlebase/widget/GoogleBaseForms.xml (original)
+++ ofbiz/trunk/specialpurpose/googlebase/widget/GoogleBaseForms.xml Wed Apr 14 20:38:57 2010
@@ -32,7 +32,7 @@ under the License.
<option key="IT" description="${uiLabelMap.GoogleBaseExportCountryCodeIT}"/>
</drop-down>
</field>
- <field name="webSiteId" event="onChange" action="javascript:$('productsExportToGoogle').action='${persistAction}';$('productsExportToGoogle').submit();">
+ <field name="webSiteId" event="onchange" action="javascript:$('productsExportToGoogle').action='${persistAction}';$('productsExportToGoogle').submit();">
<drop-down current="selected">
<list-options list-name="webSiteList" key-name="webSiteId" description="${siteName}[${webSiteId}]"/>
</drop-down>