You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by er...@apache.org on 2010/05/18 21:53:54 UTC

svn commit: r945850 - in /ofbiz/branches/release10.04: ./ specialpurpose/webpos/webapp/webpos/cart/ShowCart.ftl

Author: erwan
Date: Tue May 18 19:53:53 2010
New Revision: 945850

URL: http://svn.apache.org/viewvc?rev=945850&view=rev
Log:
Applied fix from trunk for revision: 945848 
 XHTML validation errors round 2 (specialpurpose_webpos)

Modified:
    ofbiz/branches/release10.04/   (props changed)
    ofbiz/branches/release10.04/specialpurpose/webpos/webapp/webpos/cart/ShowCart.ftl

Propchange: ofbiz/branches/release10.04/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Tue May 18 19:53:53 2010
@@ -1,3 +1,3 @@
 /ofbiz/branches/addbirt:831210-885099,885686-886087
 /ofbiz/branches/multitenant20100310:921280-927264
-/ofbiz/trunk:939988,939990,939999,940025,940053,940234,940248,940309,940401,940410,940425,940779,940815,940849,941007,941047,941109,941177,941199,941261,941440,941600,941999,942084,942406,942414,942671,942883-942884,943168,943271-943272,944614,944621,944623,944647,944669,944797,944895,945010,945018,945026,945118,945573,945578,945580,945582,945610,945619
+/ofbiz/trunk:939988,939990,939999,940025,940053,940234,940248,940309,940401,940410,940425,940779,940815,940849,941007,941047,941109,941177,941199,941261,941440,941600,941999,942084,942406,942414,942671,942883-942884,943168,943271-943272,944614,944621,944623,944647,944669,944797,944895,945010,945018,945026,945118,945573,945578,945580,945582,945610,945619,945848

Modified: ofbiz/branches/release10.04/specialpurpose/webpos/webapp/webpos/cart/ShowCart.ftl
URL: http://svn.apache.org/viewvc/ofbiz/branches/release10.04/specialpurpose/webpos/webapp/webpos/cart/ShowCart.ftl?rev=945850&r1=945849&r2=945850&view=diff
==============================================================================
--- ofbiz/branches/release10.04/specialpurpose/webpos/webapp/webpos/cart/ShowCart.ftl (original)
+++ ofbiz/branches/release10.04/specialpurpose/webpos/webapp/webpos/cart/ShowCart.ftl Tue May 18 19:53:53 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="<@o...@ofbizContentUrl>" align="left" width="50" class="imageborder" border="0"/>
+                                <img src="<@o...@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}