Skip to content
This repository was archived by the owner on Sep 19, 2018. It is now read-only.

Commit 87fd145

Browse files
committed
closed a div
1 parent 5a486f3 commit 87fd145

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

web/templates/pages/scoreboard.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{% block title %}- Events Scoreboard{% endblock title %}
44

55
{% block content %}
6-
<div class="container">
6+
<div class="container">
77
<h1>#codeEU Events Scoreboard</h1>
88
<p>Which countries in Europe are buzzing with coding activity? The scoreboard is sorted by the number of listed coding events per population, so don't be surprised to see some of the smaller countries higher up on the list!</p>
99
<div class="sb-wrapper">
@@ -20,4 +20,5 @@ <h1>#codeEU Events Scoreboard</h1>
2020
{% endfor %}
2121
</ol>
2222
</div>
23+
</div>
2324
{% endblock content %}

0 commit comments

Comments
 (0)