From 16f06ae7b79a0feecf7e3610b587fe90d67bb542 Mon Sep 17 00:00:00 2001 From: Vik Paruchuri Date: Mon, 14 Jan 2013 11:57:09 -0500 Subject: [PATCH] Fix some minor html --- lms/templates/open_ended_rubric.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lms/templates/open_ended_rubric.html b/lms/templates/open_ended_rubric.html index 889e771263..0048ff578d 100644 --- a/lms/templates/open_ended_rubric.html +++ b/lms/templates/open_ended_rubric.html @@ -4,9 +4,9 @@ ${category['description']} % if category['has_score'] == True: -
- Your Score: ${category['score']} -
+ + Your Score: ${category['score']} + % endif % for j in range(len(category['options'])): <% option = category['options'][j] %>