JATS template: unconditionally include permissions element
Fixes a bug that caused license information to be omitted when no copyright information was provided. Fixes: #8040
This commit is contained in:
parent
4c485fbf41
commit
3f354ce4b8
2 changed files with 0 additions and 4 deletions
|
@ -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$
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue