Skip to content

Commit

Permalink
Remove old comment-out line.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Dec 22, 2024
1 parent dc6a7d0 commit ab29a76
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Text/Pandoc/Writers/Docx.hs
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,6 @@ writeDocx opts doc = do
let relEntry = toEntry "word/_rels/document.xml.rels" epochtime
$ renderXml reldoc

-- let sectpr = fromMaybe (mknode "w:sectPr" [] ()) mbsectpr'
let contents' = BL.fromStrict $ UTF8.fromText contents

-- word/document.xml
Expand Down

0 comments on commit ab29a76

Please sign in to comment.