JATS template: always include <back> element even if empty.

This commit is contained in:
John MacFarlane 2017-03-31 15:15:34 +02:00
parent 3217bc192e
commit 8a3ef99882
2 changed files with 4 additions and 2 deletions

View file

@ -195,9 +195,9 @@ $endif$
<body>
$body$
</body>
$if(back)$
<back>
$if(back)$
$back$
</back>
$endif$
</back>
</article>

View file

@ -1437,4 +1437,6 @@ These should not be escaped: \$ \\ \&gt; \[ \{</preformat>
</p>
</sec>
</body>
<back>
</back>
</article>