From 0910e9218728c85feb562745ed5eb44d586e824d Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 16 Aug 2018 21:06:49 -0700 Subject: TEI improvements. - Ensure that title element is always present, even if empty. - Put author tags in the template, rather than adding them in the writer. Closes #4839. --- data/templates/default.tei | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'data') diff --git a/data/templates/default.tei b/data/templates/default.tei index 3778dccd5..824c9f0e7 100644 --- a/data/templates/default.tei +++ b/data/templates/default.tei @@ -3,11 +3,9 @@ -$if(title)$ $title$ -$endif$ $for(author)$ - $author$ + $author$ $endfor$ -- cgit v1.2.3