ODT writer: Don't wrap text in opendocument.
This commit is contained in:
parent
137dc85239
commit
4ba3afbb4d
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ writeODT mbRefOdt opts doc = do
|
|||
picEntriesRef <- newIORef ([] :: [Entry])
|
||||
let sourceDir = writerSourceDirectory opts
|
||||
doc' <- processWithM (transformPic sourceDir picEntriesRef) doc
|
||||
let newContents = writeOpenDocument opts doc'
|
||||
let newContents = writeOpenDocument opts{writerWrapText = False} doc'
|
||||
(TOD epochtime _) <- getClockTime
|
||||
let contentEntry = toEntry "content.xml" epochtime $ fromString newContents
|
||||
picEntries <- readIORef picEntriesRef
|
||||
|
|
Loading…
Reference in a new issue