From 13e1a2770f63e604cb68116a596d98699ca92609 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Thu, 28 Nov 2013 11:25:20 +0000 Subject: [PATCH] Render location array in full records as JSON (for now). --- examples/htdocs/mike.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/htdocs/mike.html b/examples/htdocs/mike.html index 6d4a721..0614528 100644 --- a/examples/htdocs/mike.html +++ b/examples/htdocs/mike.html @@ -68,7 +68,7 @@ {{/if}} Locations - {{location}} + {{#json location}}{{/json}} -- 1.7.10.4