From 2e8e321a66587df434c75ff8f53f7ffb6bb843dc Mon Sep 17 00:00:00 2001 From: Ferry Boender Date: Wed, 15 Jul 2015 13:27:47 +0200 Subject: [PATCH] Fix stray quote in the HTML output. --- src/webapp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webapp.py b/src/webapp.py index 9b99291..b0f1cb7 100644 --- a/src/webapp.py +++ b/src/webapp.py @@ -97,7 +97,7 @@ HTML_FOOTER = u''' ''' -HTML_LIST = u'''' +HTML_LIST = u''' {header}
{form_list}