Skip to content

Commit

Permalink
fix: remove duplicate (unclosed) tag (#35682)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
rediris authored Jan 2, 2025
1 parent d36560d commit b510cef
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 b510cef

Please sign in to comment.