From a42a28a166014b8ee21ad740d9d478307e76b2ef Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Sat, 29 Dec 2012 14:45:20 +0100 Subject: Removed useless HTML newline. --- source/pyAggr3g470r.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source/pyAggr3g470r.py') diff --git a/source/pyAggr3g470r.py b/source/pyAggr3g470r.py index ddf3d5c0..4bc45a44 100755 --- a/source/pyAggr3g470r.py +++ b/source/pyAggr3g470r.py @@ -425,15 +425,15 @@ class pyAggr3g470r(object): if query == "all": html += "

Search with tags cloud

\n" - html += "

Choose a year


\n" + html += "

Choose a year

n" if "year" in query: the_year = query.split('-')[0].split(':')[1] if "month" not in query: - html += "

Choose a month for " + the_year + "


\n" + html += "

Choose a month for " + the_year + "

\n" if "month" in query: the_month = query.split('-')[1].split(':')[1] html += "

Articles of "+ calendar.month_name[int(the_month)] + \ - ", "+ the_year +".


\n" + ", "+ the_year +".\n" timeline = Counter() for feed in feeds: -- cgit