From e08bfc839e1236d6a1ac3883790c6cc1306109c0 Mon Sep 17 00:00:00 2001 From: Tomas Kopecek Date: Feb 25 2019 15:35:01 +0000 Subject: remove urlescape from package name urlescape fails for unicode strings. On the other hand, 'name' attribute is not used anywhere in infoURLs, so it is safe to just drop it. Fixes: https://pagure.io/koji/issue/1224 --- diff --git a/www/kojiweb/searchresults.chtml b/www/kojiweb/searchresults.chtml index e0c4ece..a97324b 100644 --- a/www/kojiweb/searchresults.chtml +++ b/www/kojiweb/searchresults.chtml @@ -37,9 +37,7 @@ #for $result in $results $result.id - #set $quoted = $result.copy() - #silent $quoted['name'] = $urllib.quote($quoted['name']) - $result.name + $result.name #end for #else