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>
|
||||
<ul>
|
||||
{{#each items}}
|
||||
<Li>{{this}}</li>
|
||||
<li>{{this}}</li>
|
||||
{{/each}}
|
||||
</ul>
|
||||
|
||||
|
|
Loading…
Reference in New Issue