From 44d9b492f9fa2f6fae75dfb6230c299a00a075d6 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 24 Jun 2023 11:25:38 -0700 Subject: Fix spacing issues. --- src/Text/Pandoc/Readers/JATS.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Text') diff --git a/src/Text/Pandoc/Readers/JATS.hs b/src/Text/Pandoc/Readers/JATS.hs index 90887ed04..538fb8264 100644 --- a/src/Text/Pandoc/Readers/JATS.hs +++ b/src/Text/Pandoc/Readers/JATS.hs @@ -304,7 +304,7 @@ parseBlock (Elem e) = do let parseRows elementWithRows = map parseElement $ filterChildren isRow elementWithRows - -- list of list of body cell elements + -- list of list of body cell elements let multipleBodyRowElements = map parseRows $ filterChildren (named "tbody") e' @@ -313,7 +313,7 @@ parseBlock (Elem e) = do -- list of foot cell elements let footRowElements = maybe [] parseRows (filterChild (named "tfoot") e') - + let toAlignment c = case findAttr (unqual "align") c of Just "left" -> AlignLeft Just "right" -> AlignRight -- cgit v1.2.3