diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2011-10-03 08:57:40 -0700 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2011-10-03 08:57:40 -0700 |
commit | 1b6b9a6d53d20f104cd3f67628d6cbd024ce5cc2 (patch) | |
tree | e5c805ef3a26755d0049baa23499921859eb90ba /default.dzslides | |
parent | f8709a78e100e14a6b58a989ba61fd73665791cd (diff) | |
download | pandoc-1b6b9a6d53d20f104cd3f67628d6cbd024ce5cc2.tar.gz |
dzslides: removed extra title element.
Diffstat (limited to 'default.dzslides')
-rw-r--r-- | default.dzslides | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/default.dzslides b/default.dzslides index df5714fdf..4cc541e0d 100644 --- a/default.dzslides +++ b/default.dzslides @@ -89,7 +89,6 @@ $endif$ $for(header-includes)$ $header-includes$ $endfor$ -<title>$title$</title> </head> <body> $if(title)$ |