Render location array in full records as JSON (for now).
authorMike Taylor <mike@indexdata.com>
Thu, 28 Nov 2013 11:25:20 +0000 (11:25 +0000)
committerMike Taylor <mike@indexdata.com>
Thu, 28 Nov 2013 11:25:20 +0000 (11:25 +0000)
examples/htdocs/mike.html

index 6d4a721..0614528 100644 (file)
@@ -68,7 +68,7 @@
        {{/if}}
        <tr>
          <th>Locations</th>
-         <td>{{location}}</td>
+         <td>{{#json location}}{{/json}}</td>
        </tr>
       </table>
     </script>