<Li> should be <li>

This commit is contained in:
Robert 2016-12-23 14:42:57 -05:00
parent d28b4eb05b
commit 77cfe0ac02
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
<h3>Here are your items:</h3>
<ul>
{{#each items}}
<Li>{{this}}</li>
<li>{{this}}</li>
{{/each}}
</ul>