lowercase urls

pull/222/head
Aevann 2024-02-03 04:11:13 +02:00
parent b584dc35cc
commit b3908b9f86
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ def emoji_list(v, kind):
emojis_hash = cache.get('emojis_hash') or ''
return render_template("emojis.html", v=v, emojis=emojis, kind=kind, emojis_hash=emojis_hash)
return render_template("emojis.html", v=v, emojis=emojis, kind=kind.lower(), emojis_hash=emojis_hash)