diff options
| -rw-r--r-- | data/docx/word/styles.xml | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/data/docx/word/styles.xml b/data/docx/word/styles.xml index 3b3b142b4..d2e35b4c3 100644 --- a/data/docx/word/styles.xml +++ b/data/docx/word/styles.xml @@ -308,6 +308,9 @@    <w:style w:type="paragraph" w:customStyle="1" w:styleId="TableCaption">      <w:name w:val="Table Caption" />      <w:basedOn w:val="Caption" /> +    <w:pPr> +      <w:keepNext /> +    </w:pPr>    </w:style>    <w:style w:type="paragraph" w:customStyle="1" w:styleId="ImageCaption">      <w:name w:val="Image Caption" /> | 
