Change quoting style of handlebars template invocation, just to have a
authorMike Taylor <mike@indexdata.com>
Fri, 29 Nov 2013 12:50:16 +0000 (12:50 +0000)
committerMike Taylor <mike@indexdata.com>
Fri, 29 Nov 2013 12:50:16 +0000 (12:50 +0000)
character-for-character match with the template hardwired into
mkws.html

examples/htdocs/mike.html

index ca2da46..846f1ac 100644 (file)
@@ -72,7 +72,7 @@
          <th>Locations</th>
          <td>
            {{#commaList location}}
-             {{attr '@name'}}{{/commaList}}
+             {{attr "@name"}}{{/commaList}}
          </td>
        </tr>
       </table>