aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/HTML.hs
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2011-11-20 12:11:38 -0800
committerJohn MacFarlane <fiddlosopher@gmail.com>2011-11-20 12:11:38 -0800
commitef9395ced7db625e4cb2181ee70ab416e1f8b9e8 (patch)
tree0e4ebeece492248d8f858cc3112cfb00cb28cfd7 /src/Text/Pandoc/Writers/HTML.hs
parent6aa9f521ea83a2c67911348e1280a5eda0a5db62 (diff)
downloadpandoc-ef9395ced7db625e4cb2181ee70ab416e1f8b9e8.tar.gz
HTML writer: change s5-url to s5/default.
Diffstat (limited to 'src/Text/Pandoc/Writers/HTML.hs')
-rw-r--r--src/Text/Pandoc/Writers/HTML.hs2
1 files changed, 1 insertions, 1 deletions
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)]