Author: jleroux
Date: Sun Dec 5 11:37:06 2010
New Revision: 1042317
URL:
http://svn.apache.org/viewvc?rev=1042317&view=revLog:
Fix a bug reported by Paul Foxworthy at OFBIZ-4042 "ecommerce keyword search - Non-breaking space displayed as literal ampersand-nbsp-semicolon"
Modified:
ofbiz/trunk/applications/order/webapp/ordermgr/entry/catalog/keywordsearch.ftl
Modified: ofbiz/trunk/applications/order/webapp/ordermgr/entry/catalog/keywordsearch.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/entry/catalog/keywordsearch.ftl?rev=1042317&r1=1042316&r2=1042317&view=diff==============================================================================
--- ofbiz/trunk/applications/order/webapp/ordermgr/entry/catalog/keywordsearch.ftl (original)
+++ ofbiz/trunk/applications/order/webapp/ordermgr/entry/catalog/keywordsearch.ftl Sun Dec 5 11:37:06 2010
@@ -21,7 +21,7 @@ under the License.
<br />
<ul>
<#list searchConstraintStrings as searchConstraintString>
- <li><a href="<@ofbizUrl>keywordsearch?removeConstraint=${searchConstraintString_index}&clearSearch=N</@ofbizUrl>" class="buttontext">X</a>&nbsp;${searchConstraintString}</li>
+ <li><a href="<@ofbizUrl>keywordsearch?removeConstraint=${searchConstraintString_index}&clearSearch=N</@ofbizUrl>" class="buttontext">X</a> ${searchConstraintString}</li>
</#list>
</ul>
<br />