diff options
-rw-r--r-- | data/templates/default.jats | 4 | ||||
-rw-r--r-- | test/writer.jats | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/data/templates/default.jats b/data/templates/default.jats index f8234ef93..228a0636a 100644 --- a/data/templates/default.jats +++ b/data/templates/default.jats @@ -195,9 +195,9 @@ $endif$ <body> $body$ </body> -$if(back)$ <back> +$if(back)$ $back$ -</back> $endif$ +</back> </article> diff --git a/test/writer.jats b/test/writer.jats index 41e10ff2f..07fe24d73 100644 --- a/test/writer.jats +++ b/test/writer.jats @@ -1437,4 +1437,6 @@ These should not be escaped: \$ \\ \> \[ \{</preformat> </p> </sec> </body> +<back> +</back> </article> |