aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorAlbert Krewinkel <[email protected]>2022-04-26 17:48:27 +0200
committerAlbert Krewinkel <[email protected]>2022-04-26 17:48:27 +0200
commit3f354ce4b806214e82deeb8361dd3fc8590a1261 (patch)
treef3876ea2106426610d8fcb9bb7c3bed4c7514a9f /data
parent4c485fbf41ec57086ae43ca67bdf56fe95fa840f (diff)
JATS template: unconditionally include permissions element
Fixes a bug that caused license information to be omitted when no copyright information was provided. Fixes: #8040
Diffstat (limited to 'data')
-rw-r--r--data/templates/article.jats_publishing2
-rw-r--r--data/templates/default.jats_articleauthoring2
2 files changed, 0 insertions, 4 deletions
diff --git a/data/templates/article.jats_publishing b/data/templates/article.jats_publishing
index 68032992c..f78540fab 100644
--- a/data/templates/article.jats_publishing
+++ b/data/templates/article.jats_publishing
@@ -172,7 +172,6 @@ $if(history)$
<history>
</history>
$endif$
-$if(copyright)$
<permissions>
$for(copyright.statement)$
<copyright-statement>$copyright.statement$</copyright-statement>
@@ -194,7 +193,6 @@ $for(license)$
</license>
$endfor$
</permissions>
-$endif$
$if(abstract)$
<abstract>
$abstract$
diff --git a/data/templates/default.jats_articleauthoring b/data/templates/default.jats_articleauthoring
index 2c0de2775..c34f2d2f0 100644
--- a/data/templates/default.jats_articleauthoring
+++ b/data/templates/default.jats_articleauthoring
@@ -49,7 +49,6 @@ $endif$
$endfor$
</contrib-group>
$endif$
-$if(copyright)$
<permissions>
$for(copyright.statement)$
<copyright-statement>$copyright.statement$</copyright-statement>
@@ -71,7 +70,6 @@ $for(license)$
</license>
$endfor$
</permissions>
-$endif$
<abstract>
$abstract$
</abstract>