diff options
author | André Glüpker <git@wgmd.de> | 2018-03-24 15:25:42 +0100 |
---|---|---|
committer | André Glüpker <git@wgmd.de> | 2018-03-24 15:25:42 +0100 |
commit | 297e4965a795e544d0e0933cc5a1e6416d183fea (patch) | |
tree | 56de392a3dfbba176bbc392892a05ab7c3d59b2e /templates/server_html.jinja | |
parent | 474d5127838506d8b97331d305423f838b23ee80 (diff) | |
download | steam-297e4965a795e544d0e0933cc5a1e6416d183fea.tar.gz steam-297e4965a795e544d0e0933cc5a1e6416d183fea.tar.bz2 steam-297e4965a795e544d0e0933cc5a1e6416d183fea.zip |
Fix two newly introduced typos/errors
Diffstat (limited to 'templates/server_html.jinja')
-rw-r--r-- | templates/server_html.jinja | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/server_html.jinja b/templates/server_html.jinja index 6fd519c..5e38b0a 100644 --- a/templates/server_html.jinja +++ b/templates/server_html.jinja @@ -1,6 +1,6 @@ <html> <head> - <title>CS:GO Serverinfo</title> + <title>Serverinfo</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <link rel="stylesheet" type="text/css" href="static/style.css" /> <link rel="icon" type="image/png" href="static/favicon.png" /> @@ -40,7 +40,7 @@ <tr> <td class="name">{{ player['name'] }}</td> <td>{{ player['score'] }}</td> - <td>{{ display_time(player['duration']) }}s</td> + <td>{{ display_time(player['duration']) }}</td> </tr> {% endfor %} </table> |