Fix closing header tag

This commit is contained in:
Matthew Gamble 2017-02-15 08:36:01 +11:00
parent ae35a73a64
commit 3824eeac10
No known key found for this signature in database
GPG Key ID: B5D06189C3995B3B
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
{% endif %}
</div></nav>
{% for server in servers %}
<h1 class="page-header" onclick="window.location = '#sid{{ server.sid }}'" id="sid{{ server.sid }}">Server {{ server.sid }}</h2>
<h1 class="page-header" onclick="window.location = '#sid{{ server.sid }}'" id="sid{{ server.sid }}">Server {{ server.sid }}</h1>
{% include 'stats.jinja2' %}
{% endfor %}
<small>Generated by <a href="https://github.com/Thor77/TeamspeakStats" rel="noopener">TeamspeakStats</a> at {{ creation_time|frmttime }}</small>