diff --git a/lib/review/latexbuilder.rb b/lib/review/latexbuilder.rb index 787336804..53a85b414 100644 --- a/lib/review/latexbuilder.rb +++ b/lib/review/latexbuilder.rb @@ -723,7 +723,7 @@ def node_inline_fn(node) if @book.config["footnotetext"] macro("footnotemark[#{@chapter.footnote(id).number}]", "") else - macro('footnote', escape(@chapter.footnote(id).content.strip)) + macro('footnote', @chapter.footnote(id).content.strip) end end