From f4f459771a378ece073860f72d11e6b502b2e924 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Fri, 29 Nov 2013 12:50:16 +0000 Subject: [PATCH] Change quoting style of handlebars template invocation, just to have a character-for-character match with the template hardwired into mkws.html --- 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 ca2da46..846f1ac 100644 --- a/examples/htdocs/mike.html +++ b/examples/htdocs/mike.html @@ -72,7 +72,7 @@ Locations {{#commaList location}} - {{attr '@name'}}{{/commaList}} + {{attr "@name"}}{{/commaList}} -- 1.7.10.4