Invoke "json" helper the simple way, not as an empty block.
[mkws-moved-to-github.git] / 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>