From e24963ade66515c9c70c3fbf3293d112078b72e7 Mon Sep 17 00:00:00 2001 From: Florian Eitel Date: Mon, 30 Sep 2013 16:56:31 +0200 Subject: Fixed stupid copy&paste error How could this happend? sry --- pandoc.hs | 1 - 1 file changed, 1 deletion(-) (limited to 'pandoc.hs') diff --git a/pandoc.hs b/pandoc.hs index e546f988e..c7aa13119 100644 --- a/pandoc.hs +++ b/pandoc.hs @@ -962,7 +962,6 @@ main = do let filters' = case M.lookup "bibliography" metadata of Just _ | optCiteMethod opts /= Natbib && optCiteMethod opts /= Biblatex && - isNothing (M.lookup "biblatex" metadata) && all (\f -> takeBaseName f /= "pandoc-citeproc") filters -> "pandoc-citeproc" : filters _ -> filters -- cgit v1.2.3