Fix incorrect closing tag in test.html

This commit is contained in:
Ricky de Laveaga 2013-08-05 10:04:57 -07:00 committed by Nicolas Gallagher
parent 3e12409c61
commit 9709e680d0

View File

@ -98,7 +98,7 @@
<h1>Template content</h1>
<template>
<h1>{{title}}</h2>
<h1>{{title}}</h1>
<content></content>
</template>