From e407f20d8cfff27dfc92d80e630d984d21cda043 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Thu, 28 Nov 2013 16:27:05 +0000 Subject: [PATCH] Guard Subject code with new #if-any instead of just #if location. --- examples/htdocs/mike.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/htdocs/mike.html b/examples/htdocs/mike.html index 5d45a27..ca9eb7d 100644 --- a/examples/htdocs/mike.html +++ b/examples/htdocs/mike.html @@ -52,7 +52,7 @@ {{link md-electronic-url}} {{/if}} - {{#if location}} + {{#if-any location having="md-subject"}} Subject @@ -63,7 +63,7 @@ {{/first}} - {{/if}} + {{/if-any}} Locations -- 1.7.10.4