Skip to content

Commit

Permalink
Fixed bug with links in 6 paragraph father's thread
Browse files Browse the repository at this point in the history
  • Loading branch information
astrosander committed Oct 10, 2023
1 parent 63b2c2d commit f6ddfcf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 6/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ <h3>



<div id="1" class="row even">
<div id="4" class="row even">
<div class="col col-lg-12">
<hr>
<h3>
Expand All @@ -119,7 +119,7 @@ <h3>
</div>


<div id="1" class="row odd">
<div id="5" class="row odd">
<div class="col col-lg-12">
<hr>
<h3>
Expand All @@ -139,7 +139,7 @@ <h3>



<div id="1" class="row even">
<div id="6" class="row even">
<div class="col col-lg-12">
<hr>
<h3>
Expand Down

0 comments on commit f6ddfcf

Please sign in to comment.