Skip to content

Commit

Permalink
HTML writer: Fix CSL entry-spacing default.
Browse files Browse the repository at this point in the history
See #9058.
  • Loading branch information
jgm committed Sep 7, 2023
1 parent db9aa72 commit 1ad99f6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Text/Pandoc/Writers/HTML.hs
Expand Up @@ -356,7 +356,6 @@ pandocToHtml opts (Pandoc meta blocks) = do
then defField "csl-css" True .
(case stCslEntrySpacing st of
Nothing -> id
Just 0 -> id
Just n ->
defField "csl-entry-spacing"
(literal $ tshow n <> "em"))
Expand Down

0 comments on commit 1ad99f6

Please sign in to comment.