diff options
| author | Edwin Török <[email protected]> | 2023-12-17 15:57:08 +0000 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2023-12-17 10:07:10 -0800 |
| commit | 79204047a54a1864016864ffe0804fd4e2cb38ed (patch) | |
| tree | 1c4a85a2cd29b75911f6c2147241a954c69bbf02 /data | |
| parent | b7e9a6e0a7259344f4e3e0127c04b80d6d1866a2 (diff) | |
reference.docx: fix validation error on pStyle
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 <[email protected]>
Diffstat (limited to 'data')
| -rw-r--r-- | data/docx/word/document.xml | 1 |
1 files changed, 0 insertions, 1 deletions
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 </w:p> <w:p> <w:pPr> - <w:pStyle w:val="Compact" /> <w:pStyle w:val="Abstract" /> </w:pPr> <w:r> |
