diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2009-12-31 01:12:59 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2009-12-31 01:12:59 +0000 |
commit | 1f580fb70189f91894ec757dd00cd4286d0da8a6 (patch) | |
tree | 04f6a64233bca673b1e749599e14ad4ab9a60acf /templates/opendocument.template | |
parent | 3ec8772daff7d76097d7435c4e8da1df5ee4cc6a (diff) | |
download | pandoc-1f580fb70189f91894ec757dd00cd4286d0da8a6.tar.gz |
Restored writerIncludeBefore, writerIncludeAfter.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1700 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'templates/opendocument.template')
-rw-r--r-- | templates/opendocument.template | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/opendocument.template b/templates/opendocument.template index 4e5f464f3..993115ab9 100644 --- a/templates/opendocument.template +++ b/templates/opendocument.template @@ -10,7 +10,7 @@ />$header-includes$ </head ><body - >$before$ + > <h1 class="title" ><span class="math" ><em @@ -68,7 +68,7 @@ > <a href="#fnref1" class="footnoteBackLink" title="Jump back to footnote 1">↩</a></li ></ol ></div - >$after$ + > </body ></html > |