diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2016-09-22 07:42:40 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2016-09-22 07:42:40 +0200 |
commit | 9cfeaeef3d26cfb80116b125f53c7cfc584f711e (patch) | |
tree | 48605515188895289c33d18de5b36d02bdd3b872 /src/web/templates | |
parent | Updated translations. (diff) | |
download | newspipe-9cfeaeef3d26cfb80116b125f53c7cfc584f711e.tar.gz newspipe-9cfeaeef3d26cfb80116b125f53c7cfc584f711e.tar.bz2 newspipe-9cfeaeef3d26cfb80116b125f53c7cfc584f711e.zip |
Missing anchor ending tag added.
Diffstat (limited to 'src/web/templates')
-rw-r--r-- | src/web/templates/layout.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/templates/layout.html b/src/web/templates/layout.html index c29c7a3a..5c9eeb76 100644 --- a/src/web/templates/layout.html +++ b/src/web/templates/layout.html @@ -80,7 +80,7 @@ <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">{{ _('Feed') }} <b class="caret"></b></a> <ul class="dropdown-menu"> - <li><a href="{{ url_for("popular") }}">{{ _('Popular') }}</li> + <li><a href="{{ url_for("popular") }}">{{ _('Popular') }}</a></li> <li><a href="{{ url_for("feeds.inactives") }}">{{ _('Inactive') }}</a></li> <li><a href="{{ url_for("articles.history") }}">{{ _('History') }}</a></li> <li><a href="{{ url_for("feeds.feeds") }}">{{ _('All') }}</a></li> |