diff options
-rw-r--r-- | wqflask/wqflask/templates/search_result_page.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/wqflask/templates/search_result_page.html b/wqflask/wqflask/templates/search_result_page.html index 564d02ad..c11b2533 100644 --- a/wqflask/wqflask/templates/search_result_page.html +++ b/wqflask/wqflask/templates/search_result_page.html @@ -361,7 +361,7 @@ try { return decodeURIComponent(escape(author_string)) } catch(err){ - return escape(author_string) + return author_string } } }, |