Skip to content

Commit b9c97c7

Browse files
authored
Close html tags (#678)
* faq.html: close a tag * 404/500.html: close div tag
1 parent e454eac commit b9c97c7

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

wwwroot/404.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ <h2>That page doesn't seem to be here</h2>
6868
</div>
6969

7070

71+
</div>
7172
</div>
7273
<!-- Footer -->
7374
<footer class="footer">

wwwroot/500.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ <h2>Internal server error</h2>
6767
</div>
6868
</div>
6969

70-
70+
</div>
7171
</div>
7272
<!-- Footer -->
7373
<footer class="footer">

wwwroot/help/faq.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ <h4 class="panel-title">
221221
</div>
222222
</div>
223223

224-
<h2 class="faq-grouping"><a class="anchor" name="nm-systemdata">NationalMap system and data</h2>
224+
<h2 class="faq-grouping"><a class="anchor" name="nm-systemdata">NationalMap system and data</a></h2>
225225

226226
<div class="panel panel-default">
227227
<div class="panel-heading" role="tab" id="headingEight">

0 commit comments

Comments
 (0)