From 9012dde27bd4ca4c191df0e31578a9687e739fe0 Mon Sep 17 00:00:00 2001 From: cedricbonhomme Date: Wed, 24 Nov 2010 08:21:21 +0100 Subject: Input modification: autocomplete, maxlength. --- pyAggr3g470r.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyAggr3g470r.py b/pyAggr3g470r.py index e96b6d35..9b9dae86 100755 --- a/pyAggr3g470r.py +++ b/pyAggr3g470r.py @@ -216,7 +216,7 @@ class Root: Create the right menu. """ html = """
\n""" - html += """
\n""" + html += """
\n""" html += "
\n" # insert the list of feeds in the menu html += self.create_list_of_feeds() @@ -255,7 +255,7 @@ class Root: html += htmlnav html += """
\n""" html += "

Add Feeds

\n" - html += """
\n\n
\n""" if self.articles: -- cgit