aboutsummaryrefslogtreecommitdiff
path: root/src/web/templates/popular.html
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2016-11-13 17:29:47 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2016-11-13 17:29:47 +0100
commit0408a624a671f06a6ba0122e78b41f48ac2900c6 (patch)
tree73cf32e4aaeba0725d80f84643dec8cf69592ee3 /src/web/templates/popular.html
parentUpdated CHANGELOG. (diff)
downloadnewspipe-0408a624a671f06a6ba0122e78b41f48ac2900c6.tar.gz
newspipe-0408a624a671f06a6ba0122e78b41f48ac2900c6.tar.bz2
newspipe-0408a624a671f06a6ba0122e78b41f48ac2900c6.zip
Added page for public feeds.
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