mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-01 05:33:41 +08:00
JATS template: always include <back> element even if empty.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user