From b30a8a08f0667850b4ad2f5d2407a383ac7662e1 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Thu, 14 Mar 2013 07:31:16 -0400 Subject: [PATCH] ui.wsgi: Close the text-input tag --- quizzer/ui/wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quizzer/ui/wsgi.py b/quizzer/ui/wsgi.py index da46c05..ca63598 100644 --- a/quizzer/ui/wsgi.py +++ b/quizzer/ui/wsgi.py @@ -245,7 +245,7 @@ class QuestionApp (WSGI_DataObject): answer_element = ( '') else: - answer_element = '' + answer_element = '' lines = [ '', ' ', -- 2.26.2