Invoke "json" helper the simple way, not as an empty block.
authorMike Taylor <mike@indexdata.com>
Thu, 28 Nov 2013 14:18:25 +0000 (14:18 +0000)
committerMike Taylor <mike@indexdata.com>
Thu, 28 Nov 2013 14:18:25 +0000 (14:18 +0000)
examples/htdocs/mike.html

index bdf5901..e0d5b53 100644 (file)
@@ -69,7 +69,7 @@
          <td>
            <ul>
              {{#each location}}
-               <li>{{#json this}}{{/json}}</li>
+               <li>{{json this}}</li>
              {{/each}}
            </ul>
          </td>