svn commit: r1042317 - /ofbiz/trunk/applications/order/webapp/ordermgr/entry/catalog/keywordsearch.ftl

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1042317 - /ofbiz/trunk/applications/order/webapp/ordermgr/entry/catalog/keywordsearch.ftl

jleroux@apache.org
Author: jleroux
Date: Sun Dec  5 11:37:06 2010
New Revision: 1042317

URL: http://svn.apache.org/viewvc?rev=1042317&view=rev
Log:
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}&amp;clearSearch=N</@ofbizUrl>" class="buttontext">X</a>&amp;nbsp;${searchConstraintString}</li>
+    <li><a href="<@ofbizUrl>keywordsearch?removeConstraint=${searchConstraintString_index}&amp;clearSearch=N</@ofbizUrl>" class="buttontext">X</a>&nbsp;${searchConstraintString}</li>
 </#list>
 </ul>
 <br />