Bugfix: make uri / content optional parameters (code handles if they are missing)

This commit is contained in:
Graham Triggs 2016-07-07 19:52:51 +01:00
parent e868472a26
commit 2a7f1836b5

View file

@ -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">