Skip to content

Commit

Permalink
fix: remove duplicate (unclosed) tag
Browse files Browse the repository at this point in the history
## 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: openedx#35301

See a 2nd abandoned PR here:
openedx#35382
  • Loading branch information
rediris committed Oct 21, 2024
1 parent 9e14566 commit fff2540
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lms/templates/courseware/static_tab.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
lang=${course.language}
% endif
>
<section class="container">
<div class="static_tab_wrapper">
${HTML(fragment.body_html())}
</div>
Expand Down

0 comments on commit fff2540

Please sign in to comment.