From b510ceff930ba371f1e4b9cd97525639eb47a5bc Mon Sep 17 00:00:00 2001 From: Roman Edirisinghe Date: Thu, 2 Jan 2025 14:43:16 -0500 Subject: [PATCH] fix: remove duplicate (unclosed) tag (#35682) This PR removes some bad (duplicated) markup in the static tab file. The current behavior leads to an unclosed HTML tag, which can be confirmed by viewing the document source. --- lms/templates/courseware/static_tab.html | 1 - 1 file changed, 1 deletion(-) diff --git a/lms/templates/courseware/static_tab.html b/lms/templates/courseware/static_tab.html index 38b08f85ee76..cf79fb8948f7 100644 --- a/lms/templates/courseware/static_tab.html +++ b/lms/templates/courseware/static_tab.html @@ -33,7 +33,6 @@ lang=${course.language} % endif > -
${HTML(fragment.body_html())}