Author: doogie
Date: Tue Nov 30 22:04:16 2010
New Revision: 1040804
URL:
http://svn.apache.org/viewvc?rev=1040804&view=revLog:
Fix some missing " in attribute value definitions.
Modified:
ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/catalog/productdetail.ftl
Modified: ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/catalog/productdetail.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/catalog/productdetail.ftl?rev=1040804&r1=1040803&r2=1040804&view=diff==============================================================================
--- ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/catalog/productdetail.ftl (original)
+++ ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/catalog/productdetail.ftl Tue Nov 30 22:04:16 2010
@@ -483,13 +483,13 @@ ${virtualJavaScript?if_exists}
</div>
</#list>
<input type="hidden" name="add_product_id" value="${product.productId}" />
- <div id="addCart1" style="display:none;>
+ <div id="addCart1" style="display:none;">
<span style="white-space: nowrap;"><strong>${uiLabelMap.CommonQuantity}:</strong></span>
<input type="text" size="5" name="quantity" value="1" />
<a href="javascript:javascript:addItem();" class="buttontext"><span style="white-space: nowrap;">${uiLabelMap.OrderAddToCart}</span></a>
</div>
- <div id="addCart2" style="display:block;>
+ <div id="addCart2" style="display:block;">
<span style="white-space: nowrap;"><strong>${uiLabelMap.CommonQuantity}:</strong></span>
<input type="text" size="5" value="1" disabled="disabled" />
<a href="javascript:alert('Please select all features first');" class="buttontext"><span style="white-space: nowrap;">${uiLabelMap.OrderAddToCart}</span></a>