Skip to content

Commit 1b91193

Browse files
authored
Merge pull request #30 from joestr/patch-1
fix: missing start tag h5 for method header in sidenav.html
2 parents 51f9d9a + d3e3595 commit 1b91193

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/sidenav.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ <h5 class="method-header">
195195
</code></pre>
196196

197197

198-
class="method-header">
198+
<h5 class="method-header">
199199
.close();
200200
</h5>
201201
<p>Closes Sidenav.</p>
@@ -204,7 +204,7 @@ <h5 class="method-header">
204204
</code></pre>
205205

206206

207-
class="method-header">
207+
<h5 class="method-header">
208208
.destroy();
209209
</h5>
210210
<p>Destroy plugin instance and teardown</p>
@@ -400,4 +400,4 @@ <h4>Dropdown HTML Structure</h4>
400400
{{> footer }}
401401
<script type="module" src="/main.ts"></script>
402402
</body>
403-
</html>
403+
</html>

0 commit comments

Comments
 (0)