WebHost: sort game list case-insensitively again

This commit is contained in:
strotlog
2022-08-26 14:44:09 +00:00
committed by Fabian Dill
parent af19180ff0
commit 4c94bb0ad5
3 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
{% extends 'pageWrapper.html' %}
{% block head %}
<title>Player Settings</title>
<title>Supported Games</title>
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename="styles/markdown.css") }}" />
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename="styles/supportedGames.css") }}" />
{% endblock %}