Author: jleroux
Date: Sat Feb 21 15:30:47 2009
New Revision: 746528
URL:
http://svn.apache.org/viewvc?rev=746528&view=revLog:
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='<@ofbizContentUrl>${contentPathPrefix?if_exists}${image?if_exists}</@ofbizContentUrl>' vspace='5' hspace='5' border='0' width='200' align='left'>
</#if>
<#else>