Skip to content

Commit 9709e68

Browse files
rdelanecolas
authored andcommitted
Fix incorrect closing tag in test.html
1 parent 3e12409 commit 9709e68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ <h1>Text-level semantics</h1>
9898

9999
<h1>Template content</h1>
100100
<template>
101-
<h1>{{title}}</h2>
101+
<h1>{{title}}</h1>
102102
<content></content>
103103
</template>
104104

0 commit comments

Comments
 (0)