From a2892a9b244b63352d2535423145f8429476eb20 Mon Sep 17 00:00:00 2001 From: Tomas Kopecek Date: Mar 12 2019 14:59:20 +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 af01850..509b202 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'] = $quote($quoted['name']) - $result.name + $result.name #end for #else