diff options
author | Cédric Bonhomme <kimble.mandel@gmail.com> | 2012-11-28 08:08:00 +0100 |
---|---|---|
committer | Cédric Bonhomme <kimble.mandel@gmail.com> | 2012-11-28 08:08:00 +0100 |
commit | c7faa0dcb24e5285e309e208d93b453d232d9c4d (patch) | |
tree | 338f9c6135fab4c0fade70d78aa595aa750fa3e3 /source/templates | |
parent | Some improvements to the CSS. (diff) | |
download | newspipe-c7faa0dcb24e5285e309e208d93b453d232d9c4d.tar.gz newspipe-c7faa0dcb24e5285e309e208d93b453d232d9c4d.tar.bz2 newspipe-c7faa0dcb24e5285e309e208d93b453d232d9c4d.zip |
Fix: number of feeds wan no longer displayed in the navigation bar.
Diffstat (limited to 'source/templates')
-rw-r--r-- | source/templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/templates/index.html b/source/templates/index.html index 17f05b57..c17f0e2d 100644 --- a/source/templates/index.html +++ b/source/templates/index.html @@ -8,7 +8,7 @@ import utils <input type="search" name="query" value="" placeholder="Search articles" maxlength=2048 autocomplete="on"> </form> <hr /> - <div class="nav_container">Your feeds (%s):<br /> + <div class="nav_container">Your feeds (${nb_feeds}):<br /> <% html = "" %> |