From 5f129281eac8d3cf4308ec6d3401ee186578ec59 Mon Sep 17 00:00:00 2001 From: Roman Edirisinghe Date: Mon, 21 Oct 2024 12:18:28 -0400 Subject: [PATCH] fix: remove duplicate (unclosed) tag ## Description 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. --- See original, abandoned PR here: https://github.com/openedx/edx-platform/pull/35301 See a 2nd abandoned PR here: https://github.com/openedx/edx-platform/pull/35382 --- 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())}