diff --git a/data/templates/default.openxml b/data/templates/default.openxml index b002e3496..bfbf102d7 100644 --- a/data/templates/default.openxml +++ b/data/templates/default.openxml @@ -34,19 +34,14 @@ $if(date)$ $endif$ $if(abstract)$ +$if(abstract-title)$ - $if(abstract-title)$ - $abstract-title$ - $else$ - - Abstract - - - $endif$ + $abstract-title$ +$endif$ $abstract$ $endif$ $for(include-before)$ diff --git a/test/docx/golden/document-properties.docx b/test/docx/golden/document-properties.docx index 58a488989..59c0e81ad 100644 Binary files a/test/docx/golden/document-properties.docx and b/test/docx/golden/document-properties.docx differ