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.
This commit is contained in:
Roman Edirisinghe
2025-01-02 14:43:16 -05:00
committed by GitHub
parent d36560d8c6
commit b510ceff93

View File

@@ -33,7 +33,6 @@ ${HTML(fragment.foot_html())}
lang=${course.language}
% endif
>
<section class="container">
<div class="static_tab_wrapper">
${HTML(fragment.body_html())}
</div>