Fixed compiler warning.
This commit is contained in:
parent
bbe99003f8
commit
7d60c798bf
1 changed files with 3 additions and 1 deletions
|
@ -216,7 +216,9 @@ parPartsToInlines opts docx parparts =
|
||||||
-- We're going to skip data-uri's for now. It should be an option,
|
-- We're going to skip data-uri's for now. It should be an option,
|
||||||
-- not mandatory.
|
-- not mandatory.
|
||||||
--
|
--
|
||||||
--bottomUp (makeImagesSelfContained docx) $
|
(if False -- TODO depend on option
|
||||||
|
then bottomUp (makeImagesSelfContained docx)
|
||||||
|
else id) $
|
||||||
bottomUp spanCorrect $
|
bottomUp spanCorrect $
|
||||||
bottomUp spanTrim $
|
bottomUp spanTrim $
|
||||||
bottomUp spanReduce $
|
bottomUp spanReduce $
|
||||||
|
|
Loading…
Add table
Reference in a new issue