Fix unbalanced h4 w/ h3 close-tag
Just fixing invalid HTML -- right now there's a `<h4>` which is closed by a `</h3>`. Should be a `</h4>`.
This commit is contained in:
+1
-1
@@ -80,7 +80,7 @@
|
||||
<h3>Graphics</h3>
|
||||
<p><b>HexMKI base model</b><br>Charnel</p>
|
||||
<p><b>Track texture</b><br>Nobiax</p>
|
||||
<h4>Click anywhere to continue.</h3>
|
||||
<h4>Click anywhere to continue.</h4>
|
||||
</div>
|
||||
|
||||
<div id="leapinfo" style="display: none"></div>
|
||||
|
||||
Reference in New Issue
Block a user