From 469200d93e28951b8e134ed3accf10b160d9cfa9 Mon Sep 17 00:00:00 2001 From: Tim Worrall Date: Thu, 18 Dec 2014 09:05:21 -0500 Subject: [PATCH] No Jira issue. Added the Freemarker ?url builtin to an href attribute. --- .../body/partials/individual/propStatement-webpage.ftl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/productMods/templates/freemarker/body/partials/individual/propStatement-webpage.ftl b/productMods/templates/freemarker/body/partials/individual/propStatement-webpage.ftl index 2c2fde31..418fc70b 100644 --- a/productMods/templates/freemarker/body/partials/individual/propStatement-webpage.ftl +++ b/productMods/templates/freemarker/body/partials/individual/propStatement-webpage.ftl @@ -14,7 +14,7 @@ <#if statement.url?has_content> - ${linkText} + ${linkText} <#else> ${statement.linkName} (${i18n().no_url_provided}) \ No newline at end of file