diff options
-rwxr-xr-x | source/pyAggr3g470r.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/pyAggr3g470r.py b/source/pyAggr3g470r.py index 94670719..6d873ccd 100755 --- a/source/pyAggr3g470r.py +++ b/source/pyAggr3g470r.py @@ -272,7 +272,7 @@ class Root: html += "<hr />\n" # Informations about the data base of articles - html += """<p>%s article(s) are sotred in the database with + html += """<p>%s article(s) are stored in the database with <a href="/unread/">%s unread article(s)</a>.<br />\n""" % \ (nb_articles, nb_unread_articles) #html += """Database: %s.\n<br />Size: %s bytes.<br />\n""" % \ |