From 536650fdeaa507fcba4e0ea8912b7433515b47d7 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Thu, 28 Nov 2013 14:19:37 +0000 Subject: [PATCH] Invoke "link" helper the simple way, not as an empty block. --- 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 e0d5b53..3714e68 100644 --- a/examples/htdocs/mike.html +++ b/examples/htdocs/mike.html @@ -49,7 +49,7 @@ {{#if md-electronic-url}} URL - {{#link md-electronic-url}}{{/link}} + {{link md-electronic-url}} {{/if}} {{#if location}} -- 1.7.10.4