diff options
author | cedricbonhomme <devnull@localhost> | 2012-05-15 13:12:29 +0200 |
---|---|---|
committer | cedricbonhomme <devnull@localhost> | 2012-05-15 13:12:29 +0200 |
commit | d41b596b4a494410c7d3756b90202ced4eb10ca6 (patch) | |
tree | 859051e89b84260e8d629cd6bc8b8be2032ad1be | |
parent | Minor change (string in the management page). (diff) | |
download | newspipe-d41b596b4a494410c7d3756b90202ced4eb10ca6.tar.gz newspipe-d41b596b4a494410c7d3756b90202ced4eb10ca6.tar.bz2 newspipe-d41b596b4a494410c7d3756b90202ced4eb10ca6.zip |
Typo fix.
-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""" % \ |