From 9725522a7f939f090800b6fcd0742d4d8ff671ed Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 11 Jun 2019 17:31:52 -0700 Subject: Revert "JATS template: don't include journal-meta unless 'journal'..." This reverts commit 193b5ccebaceeb7c0959d40136a1a4d2aeb00c95. journal-meta is required. Better to include it even if it doesn't validate through lack of required fields. --- data/templates/default.jats | 2 -- 1 file changed, 2 deletions(-) (limited to 'data/templates') diff --git a/data/templates/default.jats b/data/templates/default.jats index 709b10f57..5fd3590a5 100644 --- a/data/templates/default.jats +++ b/data/templates/default.jats @@ -10,7 +10,6 @@ $else$
$endif$ -$if(journal)$ $if(journal.publisher-id)$ $journal.publisher-id$ @@ -42,7 +41,6 @@ $if(journal.publisher-loc)$ $endif$ -$endif$ $if(article.publisher-id)$ $article.publisher-id$ -- cgit v1.2.3