From c3a81f1cce823f1a44a91f9d2c19786b0e7b0732 Mon Sep 17 00:00:00 2001 From: Adam Palay Date: Wed, 18 Jun 2014 16:59:58 -0400 Subject: [PATCH] only display browser warning for <= IE8 (LMS-2732) --- lms/templates/navigation.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/templates/navigation.html b/lms/templates/navigation.html index 3f8a07347d..a01638d137 100644 --- a/lms/templates/navigation.html +++ b/lms/templates/navigation.html @@ -129,7 +129,7 @@ site_status_msg = get_site_status_msg(course_id) % if course: - % endif