From d06fbae8e08b98e77035d13e04d355943c1f54dc Mon Sep 17 00:00:00 2001 From: Jason Bau Date: Thu, 30 Jan 2014 15:20:06 -0800 Subject: [PATCH] fix main.html template -- was eating everything --- lms/templates/main.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lms/templates/main.html b/lms/templates/main.html index eb3d37623a..e909334c43 100644 --- a/lms/templates/main.html +++ b/lms/templates/main.html @@ -34,7 +34,6 @@ ${_("Home")} | class.stanford.edu % else: ${page_title_breadcrumbs(self.pagetitle())} - ## this needs to be here to prevent the title from mysteriously appearing in the body, in one case @@ -49,6 +48,8 @@ })(this); % endif + +