mirror of https://github.com/rwf2/Rocket.git
<Li> should be <li>
This commit is contained in:
parent
d28b4eb05b
commit
77cfe0ac02
|
@ -9,7 +9,7 @@
|
||||||
<h3>Here are your items:</h3>
|
<h3>Here are your items:</h3>
|
||||||
<ul>
|
<ul>
|
||||||
{{#each items}}
|
{{#each items}}
|
||||||
<Li>{{this}}</li>
|
<li>{{this}}</li>
|
||||||
{{/each}}
|
{{/each}}
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue