aboutsummaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorCédric Bonhomme <kimble.mandel@gmail.com>2012-12-29 14:45:45 +0100
committerCédric Bonhomme <kimble.mandel@gmail.com>2012-12-29 14:45:45 +0100
commit58bd8ae14198b4caecdeb9a07fc51ced360c1b00 (patch)
tree04006f15b8afa5ee26ec722fa5885b30e9e69124 /source
parentRemoved useless HTML newline. (diff)
downloadnewspipe-58bd8ae14198b4caecdeb9a07fc51ced360c1b00.tar.gz
newspipe-58bd8ae14198b4caecdeb9a07fc51ced360c1b00.tar.bz2
newspipe-58bd8ae14198b4caecdeb9a07fc51ced360c1b00.zip
Typo.
Diffstat (limited to 'source')
-rwxr-xr-xsource/pyAggr3g470r.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/pyAggr3g470r.py b/source/pyAggr3g470r.py
index 4bc45a44..a2cb29da 100755
--- a/source/pyAggr3g470r.py
+++ b/source/pyAggr3g470r.py
@@ -425,7 +425,7 @@ class pyAggr3g470r(object):
if query == "all":
html += "<h1>Search with tags cloud</h1>\n"
- html += "<h4>Choose a year</h4>n"
+ html += "<h4>Choose a year</h4>\n"
if "year" in query:
the_year = query.split('-')[0].split(':')[1]
if "month" not in query:
bgstack15