From 17c48ded3548965541ccf15cbb90da1788368e34 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Fri, 29 Nov 2013 11:30:03 +0000 Subject: [PATCH] Location names now listed with #commaList instead of #each. --- examples/htdocs/mike.html | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/examples/htdocs/mike.html b/examples/htdocs/mike.html index 2b3b75c..ca2da46 100644 --- a/examples/htdocs/mike.html +++ b/examples/htdocs/mike.html @@ -71,11 +71,8 @@ Locations - {{#each location}} - {{#if '@name'}} - {{attr '@name'}}
- {{/if}} - {{/each}} + {{#commaList location}} + {{attr '@name'}}{{/commaList}} -- 1.7.10.4