Skip to content

Commit 8b5e1d9

Browse files
committed
Fixed <h1> tag being closed with <h2>
1 parent 48ccbf9 commit 8b5e1d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

AAH2html.ahk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ PageTemplate =
1010
<div class="wrapper">
1111
<div class="header">
1212
<a href="index.html">ScriptList</a>
13-
<h1>{{SECTION}}</h2>
13+
<h1>{{SECTION}}</h1>
1414
</div>
1515
<div class="content">
1616
<ul>{{ENTRIES}}

0 commit comments

Comments
 (0)