From 79aec8e686e83d5f5ed3b65b450b44648c799d1e Mon Sep 17 00:00:00 2001 From: zsloan Date: Wed, 11 Mar 2020 11:50:33 -0500 Subject: Fixed issue that caused authors to be displayed incorrectly sometimes --- wqflask/wqflask/templates/search_result_page.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } } }, -- cgit v1.2.3