From 56b2205e25cc32e00332eed0ab882daad61f2da5 Mon Sep 17 00:00:00 2001 From: Brian Talbot Date: Fri, 11 Oct 2013 11:56:05 -0400 Subject: [PATCH] LMS: corrects indentation issue in hint_manager.html template --- lms/templates/instructor/hint_manager.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lms/templates/instructor/hint_manager.html b/lms/templates/instructor/hint_manager.html index 6e2a749c6d..bedfd4add6 100644 --- a/lms/templates/instructor/hint_manager.html +++ b/lms/templates/instructor/hint_manager.html @@ -4,8 +4,8 @@ <%block name="headextra"> -<%static:css group='style-course-vendor'/> -<%static:css group='style-course'/> + <%static:css group='style-course-vendor'/> + <%static:css group='style-course'/>