From 03898f4ab7406ee5fc3b3bbc235aa8c746869a7f Mon Sep 17 00:00:00 2001 From: Rocky Duan Date: Thu, 26 Jul 2012 17:57:37 -0400 Subject: [PATCH] fixed unmatched div tag --- lms/templates/discussion/thread.html | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/lms/templates/discussion/thread.html b/lms/templates/discussion/thread.html index 52eb17c107..500ca66585 100644 --- a/lms/templates/discussion/thread.html +++ b/lms/templates/discussion/thread.html @@ -45,12 +45,11 @@ ${render_vote(comment)}
- ${comment['body']} -
- ${render_info(comment)} - ${render_reply()} - ${render_edit()} -
+ ${comment['body']} +
+ ${render_info(comment)} + ${render_reply()} + ${render_edit()}