Author: erwan
Date: Tue May 18 19:52:04 2010
New Revision: 945848
URL: http://svn.apache.org/viewvc?rev=945848&view=rev
Log:
XHTML validation errors round 2 (specialpurpose_webpos)
Modified:
ofbiz/trunk/specialpurpose/webpos/webapp/webpos/cart/ShowCart.ftl
Modified: ofbiz/trunk/specialpurpose/webpos/webapp/webpos/cart/ShowCart.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/webpos/webapp/webpos/cart/ShowCart.ftl?rev=945848&r1=945847&r2=945848&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/webpos/webapp/webpos/cart/ShowCart.ftl (original)
+++ ofbiz/trunk/specialpurpose/webpos/webapp/webpos/cart/ShowCart.ftl Tue May
18 19:52:04 2010
@@ -94,7 +94,7 @@ under the License.
<#assign smallImageUrl =
Static["org.ofbiz.product.product.ProductContentWrapper"].getProductContentAsText(cartLine.getProduct(),
"SMALL_IMAGE_URL", locale, dispatcher)?if_exists>
<#if !smallImageUrl?string?has_content><#assign
smallImageUrl = "/images/defaultImage.jpg"></#if>
<#if smallImageUrl?string?has_content>
- <img
src="<@ofbizContentUrl>${requestAttributes.contentPathPrefix?if_exists}${smallImageUrl}</@ofbizContentUrl>"
align="left" width="50" class="imageborder" border="0"/>
+ <img
src="<@ofbizContentUrl>${requestAttributes.contentPathPrefix?if_exists}${smallImageUrl}</@ofbizContentUrl>"
align="left" width="50" class="imageborder" border="0" alt="" />
</#if>
<#-- end code to display a small image of the
product -->
${cartLine.getProductId()} -
${cartLine.getName()?if_exists} : ${cartLine.getDescription()?if_exists}