Skip to content

Commit

Permalink
Fix incorrectly closed div element (#11868)
Browse files Browse the repository at this point in the history
Co-authored-by: Ben Morse <[email protected]>
Co-authored-by: Mavis Ou <[email protected]>
  • Loading branch information
3 people authored Feb 16, 2024
1 parent e2a8c14 commit 3eca2da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="container {{ wrapper_class }}">
<div class="row">
<div class="col-12"><hr class="intro-and-content-divider" /></div>
<div class="col-12"><hr class="intro-and-content-divider"></div>
</div>
</div>

0 comments on commit 3eca2da

Please sign in to comment.