From 2a7f1836b5d36a4158db49cdb62839c1b96e67bd Mon Sep 17 00:00:00 2001 From: Graham Triggs Date: Thu, 7 Jul 2016 19:52:51 +0100 Subject: [PATCH] Bugfix: make uri / content optional parameters (code handles if they are missing) --- .../src/main/webapp/templates/freemarker/lib/lib-meta-tags.ftl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/src/main/webapp/templates/freemarker/lib/lib-meta-tags.ftl b/webapp/src/main/webapp/templates/freemarker/lib/lib-meta-tags.ftl index 9887d09b..c1ac3085 100644 --- a/webapp/src/main/webapp/templates/freemarker/lib/lib-meta-tags.ftl +++ b/webapp/src/main/webapp/templates/freemarker/lib/lib-meta-tags.ftl @@ -1,6 +1,6 @@ <#-- $This file is distributed under the terms of the license in /doc/license.txt$ --> -<#macro addCitationMetaTag uri content> +<#macro addCitationMetaTag uri="" content=""> <#if metaTags?? && uri?? && content??> <#switch uri> <#case "http://vivoweb.org/ontology/core#Authorship">