JATS template: always include <back>
element even if empty.
This commit is contained in:
parent
3217bc192e
commit
8a3ef99882
2 changed files with 4 additions and 2 deletions
|
@ -195,9 +195,9 @@ $endif$
|
|||
<body>
|
||||
$body$
|
||||
</body>
|
||||
$if(back)$
|
||||
<back>
|
||||
$if(back)$
|
||||
$back$
|
||||
</back>
|
||||
$endif$
|
||||
</back>
|
||||
</article>
|
||||
|
|
|
@ -1437,4 +1437,6 @@ These should not be escaped: \$ \\ \> \[ \{</preformat>
|
|||
</p>
|
||||
</sec>
|
||||
</body>
|
||||
<back>
|
||||
</back>
|
||||
</article>
|
||||
|
|
Loading…
Reference in a new issue