You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2009/02/21 16:30:49 UTC

svn commit: r746528 - /ofbiz/trunk/applications/ecommerce/webapp/ecommerce/catalog/configproductdetail.ftl

Author: jleroux
Date: Sat Feb 21 15:30:47 2009
New Revision: 746528

URL: http://svn.apache.org/viewvc?rev=746528&view=rev
Log:
Not sure it's needed but can't hurt anyway

Modified:
    ofbiz/trunk/applications/ecommerce/webapp/ecommerce/catalog/configproductdetail.ftl

Modified: ofbiz/trunk/applications/ecommerce/webapp/ecommerce/catalog/configproductdetail.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/catalog/configproductdetail.ftl?rev=746528&r1=746527&r2=746528&view=diff
==============================================================================
--- ofbiz/trunk/applications/ecommerce/webapp/ecommerce/catalog/configproductdetail.ftl (original)
+++ ofbiz/trunk/applications/ecommerce/webapp/ecommerce/catalog/configproductdetail.ftl Sat Feb 21 15:30:47 2009
@@ -470,7 +470,7 @@
                   <a href="javascript:alert('${instructions}');" class="buttontext">Instructions</a>
                 </#if>
                 <#assign image = question.content.get("IMAGE_URL")?if_exists>
-                <#if image?has_content>
+                <#if image?string?has_content>
                   <img src='<@o...@ofbizContentUrl>' vspace='5' hspace='5' border='0' width='200' align='left'>
                 </#if>
               <#else>