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/05/09 14:18:09 UTC

svn commit: r773214 - /ofbiz/trunk/applications/product/webapp/catalog/product/EditProductAssoc.ftl

Author: jleroux
Date: Sat May  9 12:18:08 2009
New Revision: 773214

URL: http://svn.apache.org/viewvc?rev=773214&view=rev
Log:
This is not needed anymore as there are no longer any HTML tags in labels (ie in *lab*.xml files)

Modified:
    ofbiz/trunk/applications/product/webapp/catalog/product/EditProductAssoc.ftl

Modified: ofbiz/trunk/applications/product/webapp/catalog/product/EditProductAssoc.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/product/EditProductAssoc.ftl?rev=773214&r1=773213&r2=773214&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/webapp/catalog/product/EditProductAssoc.ftl (original)
+++ ofbiz/trunk/applications/product/webapp/catalog/product/EditProductAssoc.ftl Sat May  9 12:18:08 2009
@@ -266,4 +266,4 @@
 </div>
 </#if>
 <br/>
-<span class="tooltip">${uiLabelMap.CommonNote} : ${StringUtil.wrapString(uiLabelMap.ProductRedExplanation)}</span>
+<span class="tooltip">${uiLabelMap.CommonNote} : ${uiLabelMap.ProductRedExplanation}</span>
\ No newline at end of file