diff options
Diffstat (limited to 'source/pyAggr3g470r.py')
-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: |