mirror of https://github.com/rwf2/Rocket.git
Merge pull request #27 from rbalicki2/fix-typo
Fix `li` tag in handlebars_templates example.
This commit is contained in:
commit
586254d1e9
|
@ -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