diff options
Diffstat (limited to 'src/Text/Pandoc/Writers')
-rw-r--r-- | src/Text/Pandoc/Writers/Docx.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Text/Pandoc/Writers/Docx.hs b/src/Text/Pandoc/Writers/Docx.hs index 73ed095c1..1a8ea0118 100644 --- a/src/Text/Pandoc/Writers/Docx.hs +++ b/src/Text/Pandoc/Writers/Docx.hs @@ -1472,7 +1472,7 @@ wrapBookmark ident contents = do -- Word imposes a 40 character limit on bookmark names and requires -- that they begin with a letter. So we just use a hash of the --- identifer when otherwise we'd have an illegal bookmark name. +-- identifier when otherwise we'd have an illegal bookmark name. toBookmarkName :: String -> String toBookmarkName s = case s of |