From 66e5f0ff8de0f968d475f5135e0d9362690f2a0a Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 21 Mar 2019 09:28:16 -0700 Subject: Docx writer: Use w:br without attributes for line breaks. We previously added the attribute `type="textWrapping"`, but this causes problems on Word Online. Closes #5377. --- test/docx/golden/codeblock.docx | Bin 9882 -> 9868 bytes test/docx/golden/inline_formatting.docx | Bin 9990 -> 9974 bytes 2 files changed, 0 insertions(+), 0 deletions(-) (limited to 'test/docx') diff --git a/test/docx/golden/codeblock.docx b/test/docx/golden/codeblock.docx index d549ed20d..97497c49e 100644 Binary files a/test/docx/golden/codeblock.docx and b/test/docx/golden/codeblock.docx differ diff --git a/test/docx/golden/inline_formatting.docx b/test/docx/golden/inline_formatting.docx index a1928cbaa..5ae95f32e 100644 Binary files a/test/docx/golden/inline_formatting.docx and b/test/docx/golden/inline_formatting.docx differ -- cgit v1.2.3