aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2024-02-14 22:44:50 -0800
committerJohn MacFarlane <[email protected]>2024-02-14 22:44:50 -0800
commitc8d47251349e3c536ceacab8ae73152eeae74b28 (patch)
tree6ab30547565bca9c3faeaf4d7cab618829e938a5
parent392815c2ab42016bb8100206da5f02f5950c7b69 (diff)
Fixe whitespace.
-rw-r--r--src/Text/Pandoc/Writers/EPUB.hs2
-rw-r--r--src/Text/Pandoc/Writers/Powerpoint/Output.hs2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/Text/Pandoc/Writers/EPUB.hs b/src/Text/Pandoc/Writers/EPUB.hs
index e737b0b63..8c9c9dee2 100644
--- a/src/Text/Pandoc/Writers/EPUB.hs
+++ b/src/Text/Pandoc/Writers/EPUB.hs
@@ -1067,7 +1067,7 @@ metadataElement version md currentTime =
accessibilityHazardNodes = map (schemanode "accessibilityHazard")
(epubAccessibilityHazards md)
accessibilitySummaryNodes = maybe [] (\summary -> [schemanode "accessibilitySummary" summary]) $ epubAccessibilitySummary md
-
+
dcTag n s = unode ("dc:" <> n) s
dcTag' n s = [dcTag n s]
toIdentifierNode id' (Identifier txt scheme)
diff --git a/src/Text/Pandoc/Writers/Powerpoint/Output.hs b/src/Text/Pandoc/Writers/Powerpoint/Output.hs
index 63e145cee..6446b3056 100644
--- a/src/Text/Pandoc/Writers/Powerpoint/Output.hs
+++ b/src/Text/Pandoc/Writers/Powerpoint/Output.hs
@@ -1423,7 +1423,7 @@ graphicToElement tableWidth (Tbl widths tblPr hdrCells rows) = do
else replicate (length hdrCells) $
tableWidth `div` toInteger (length hdrCells)
else map (\w -> round $ w / totalWidth * fromIntegral tableWidth) widths
-
+
let cellToOpenXML paras =
do elements <- mapM paragraphToElement paras
let elements' = if null elements