From b33edbc060e65f01d8c7b3d9f3552786e62e9539 Mon Sep 17 00:00:00 2001 From: Christine Lytwynec Date: Mon, 30 Mar 2015 09:05:28 -0400 Subject: [PATCH] Fix code comment showing in rendered page --- lms/templates/main.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/templates/main.html b/lms/templates/main.html index e82d0432db..c2ec3345da 100644 --- a/lms/templates/main.html +++ b/lms/templates/main.html @@ -183,7 +183,7 @@ ) if course_id and enrollment_action else "" } -# Performance beacon for onload times + % if settings.FEATURES.get('ENABLE_ONLOAD_BEACON', False):