aboutsummaryrefslogtreecommitdiff
path: root/src/web/templates/popular.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/web/templates/popular.html')
-rw-r--r--src/web/templates/popular.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/templates/popular.html b/src/web/templates/popular.html
index b1978bf1..aae50a8c 100644
--- a/src/web/templates/popular.html
+++ b/src/web/templates/popular.html
@@ -13,6 +13,6 @@
<span class="badge">{{ feed[1] }}</span>
</li>
{% endfor %}
-</ul>
+ </ul>
</div><!-- /.container -->
{% endblock %}
bgstack15