aboutsummaryrefslogtreecommitdiff
path: root/source/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'source/templates/index.html')
-rw-r--r--source/templates/index.html2
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 = ""
%>
bgstack15