From: Mike Taylor Date: Fri, 29 Nov 2013 12:50:16 +0000 (+0000) Subject: Change quoting style of handlebars template invocation, just to have a X-Git-Tag: 0.9.1~148^2~7 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=f4f459771a378ece073860f72d11e6b502b2e924 Change quoting style of handlebars template invocation, just to have a character-for-character match with the template hardwired into mkws.html --- 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}}