diff options
author | Albert Krewinkel <albert@zeitkraut.de> | 2021-02-15 13:15:14 +0100 |
---|---|---|
committer | Albert Krewinkel <albert@zeitkraut.de> | 2021-02-15 13:15:14 +0100 |
commit | b5b576184c3c1668aad0c904e186136b81a0dd54 (patch) | |
tree | f8ad7fda812b201cfaf24fdcab76e157a138a1fc /test/writer.jats_publishing | |
parent | 2c99e0e3588d5645e901346572e1b04e8fb4fa3e (diff) | |
download | pandoc-b5b576184c3c1668aad0c904e186136b81a0dd54.tar.gz |
JATS writer: add date-type to pub-date elements
Diffstat (limited to 'test/writer.jats_publishing')
-rw-r--r-- | test/writer.jats_publishing | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/writer.jats_publishing b/test/writer.jats_publishing index f7d4a4720..eb3f8faab 100644 --- a/test/writer.jats_publishing +++ b/test/writer.jats_publishing @@ -24,7 +24,7 @@ <string-name>Anonymous</string-name> </contrib> </contrib-group> -<pub-date publication-format="electronic" iso-8601-date="2006-07-17"> +<pub-date date-type="pub" publication-format="electronic" iso-8601-date="2006-07-17"> <day>17</day> <month>7</month> <year>2006</year> |