From 8ff03103b1cd5d93d2803a56899abe70d5aee65b Mon Sep 17 00:00:00 2001 From: deuce <> Date: Sat, 30 Jun 2012 13:09:49 +0000 Subject: [PATCH] Clean up result HTML. --- xtrn/hamtest/999-hamtest.ssjs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xtrn/hamtest/999-hamtest.ssjs b/xtrn/hamtest/999-hamtest.ssjs index 5ce2463cd1..f0c90bf2cc 100644 --- a/xtrn/hamtest/999-hamtest.ssjs +++ b/xtrn/hamtest/999-hamtest.ssjs @@ -142,7 +142,7 @@ else { else { write('is not a passing score - keep trying!'); } - print('</div>'); + print('</h1></div>'); } else { print('<input type="hidden" name="question" value="'+encode(q.q)+'">'); @@ -161,6 +161,6 @@ else { } print('</div><br>'); print(correct+' out of '+(correct+wrong)+' correct, '+(test.question_list.length+1)+' remaining.'); - print('</div></form>'); } + print('</div></form>'); } -- GitLab