From d458f7710f2d204257b50478a6d7ee676bf18a04 Mon Sep 17 00:00:00 2001 From: Sushant Nadkar Date: Wed, 6 Jun 2018 09:23:38 +0530 Subject: [PATCH] [UX Improvement] Removed uri encoding from search results on front end (#14266) * removed uri encoding from search results on front end * decode search string using html2text --- erpnext/templates/pages/product_search.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/templates/pages/product_search.html b/erpnext/templates/pages/product_search.html index fe0d7aaa99..d5a56b2cac 100644 --- a/erpnext/templates/pages/product_search.html +++ b/erpnext/templates/pages/product_search.html @@ -10,7 +10,7 @@