From c0febe86d5ece7bfd68135958823d691d084255f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edwin=20T=C3=B6r=C3=B6k?= Date: Sun, 17 Dec 2023 15:54:35 +0000 Subject: reference.docx: fix validation error, remove extra > MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit There was an extra `>` which showed up as "character content" in the XML: ``` /tmp/styles-pretty.xml:113: element rPr: Schemas validity error : Element '{http://schemas.openxmlformats.org/wordprocessingml/2006/main}rPr': Character content other than whitespace is not allowed because the content type is 'element-only'. ``` Signed-off-by: Edwin Török --- data/docx/word/styles.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/docx') diff --git a/data/docx/word/styles.xml b/data/docx/word/styles.xml index 1d6e7a053..03b7361b1 100644 --- a/data/docx/word/styles.xml +++ b/data/docx/word/styles.xml @@ -114,7 +114,7 @@ - > + -- cgit v1.2.3