diff options
author | Cédric Bonhomme <kimble.mandel@gmail.com> | 2012-12-29 14:45:45 +0100 |
---|---|---|
committer | Cédric Bonhomme <kimble.mandel@gmail.com> | 2012-12-29 14:45:45 +0100 |
commit | 58bd8ae14198b4caecdeb9a07fc51ced360c1b00 (patch) | |
tree | 04006f15b8afa5ee26ec722fa5885b30e9e69124 /source | |
parent | Removed useless HTML newline. (diff) | |
download | newspipe-58bd8ae14198b4caecdeb9a07fc51ced360c1b00.tar.gz newspipe-58bd8ae14198b4caecdeb9a07fc51ced360c1b00.tar.bz2 newspipe-58bd8ae14198b4caecdeb9a07fc51ced360c1b00.zip |
Typo.
Diffstat (limited to 'source')
-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 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: |