From 79204047a54a1864016864ffe0804fd4e2cb38ed Mon Sep 17 00:00:00 2001 From: Edwin Török Date: Sun, 17 Dec 2023 15:57:08 +0000 Subject: reference.docx: fix validation error on pStyle MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit There were 2 `pStyle` for `Abstract`: ``` ./tmp/document-pretty.xml:47: element pStyle: Schemas validity error : Element '{http://schemas.openxmlformats.org/wordprocessingml/2006/main}pStyle': This element is not expected. Expected is one of ( {http://schemas.openxmlformats.org/wordprocessingml/2006/main}keepNext, {http://schemas.openxmlformats.org/wordprocessingml/2006/main}keepLines, {http://schemas.openxmlformats.org/wordprocessingml/2006/main}pageBreakBefore, {http://schemas.openxmlformats.org/wordprocessingml/2006/main}framePr, {http://schemas.openxmlformats.org/wordprocessingml/2006/main}widowControl, {http://schemas.openxmlformats.org/wordprocessingml/2006/main}numPr, {http://schemas.openxmlformats.org/wordprocessingml/2006/main}suppressLineNumbers, {http://schemas.openxmlformats.org/wordprocessingml/2006/main}pBdr, {http://schemas.openxmlformats.org/wordprocessingml/2006/main}shd, {http://schemas.openxmlformats.org/wordprocessingml/2006/main}tabs ). ``` Signed-off-by: Edwin Török --- data/docx/word/document.xml | 1 - 1 file changed, 1 deletion(-) (limited to 'data') diff --git a/data/docx/word/document.xml b/data/docx/word/document.xml index f74c3f56e..cbb5203c6 100644 --- a/data/docx/word/document.xml +++ b/data/docx/word/document.xml @@ -52,7 +52,6 @@ Date - -- cgit v1.2.3