mirror of
https://github.com/Thor77/TeamspeakStats.git
synced 2025-04-03 20:24:33 -04:00
Merge pull request #8 from djmattyg007/template_fixes
Fix closing header tag
This commit is contained in:
commit
d5c3f312df
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue