From ef9395ced7db625e4cb2181ee70ab416e1f8b9e8 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 20 Nov 2011 12:11:38 -0800 Subject: HTML writer: change s5-url to s5/default. --- src/Text/Pandoc/Writers/HTML.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Text/Pandoc/Writers/HTML.hs') diff --git a/src/Text/Pandoc/Writers/HTML.hs b/src/Text/Pandoc/Writers/HTML.hs index f220eb4c7..216ce2d33 100644 --- a/src/Text/Pandoc/Writers/HTML.hs +++ b/src/Text/Pandoc/Writers/HTML.hs @@ -172,7 +172,7 @@ inTemplate opts tit auths date toc body' newvars = , ("date", date') , ("idprefix", writerIdentifierPrefix opts) , ("slidy-url", "http://www.w3.org/Talks/Tools/Slidy2") - , ("s5-url", "ui/default") ] ++ + , ("s5-url", "s5/default") ] ++ [ ("html5","true") | writerHtml5 opts ] ++ (case toc of Just t -> [ ("toc", showHtmlFragment t)] -- cgit v1.2.3