From 3162adbd9b045b0ae67c8902b76c726363eabdf4 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 24 Jul 2011 16:24:27 -0700 Subject: HTML writer: Removed English title on footnote back links. This is incongruous in non-English documents. --- src/Text/Pandoc/Writers/HTML.hs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/Text/Pandoc/Writers') diff --git a/src/Text/Pandoc/Writers/HTML.hs b/src/Text/Pandoc/Writers/HTML.hs index fe6ee5db4..8492e59c0 100644 --- a/src/Text/Pandoc/Writers/HTML.hs +++ b/src/Text/Pandoc/Writers/HTML.hs @@ -648,8 +648,7 @@ blockListToNote opts ref blocks = -- If last block is Para or Plain, include the backlink at the end of -- that block. Otherwise, insert a new Plain block with the backlink. let backlink = [RawInline "html" $ " " ++ + "\" class=\"footnoteBackLink\">" ++ (if writerAscii opts then "↩" else "↩") ++ ""] blocks' = if null blocks then [] -- cgit v1.2.3