From 22dcf7afdd7ea4508d9b739a3b48138022d361e6 Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Thu, 31 Dec 2009 01:14:27 +0000 Subject: Tweaked templates and tests. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1711 788f1e2b-df1e-0410-8736-df70ead52e1b --- templates/html.template | 34 ++++++++++++++++------------------ 1 file changed, 16 insertions(+), 18 deletions(-) (limited to 'templates/html.template') diff --git a/templates/html.template b/templates/html.template index 45eb225ef..129febb03 100644 --- a/templates/html.template +++ b/templates/html.template @@ -1,14 +1,12 @@ - - $if(title-prefix)$$title-prefix$ - $endif$$if(pagetitle)$$pagetitle$$endif$ - + $if(title-prefix)$$title-prefix$ - $endif$$if(pagetitle)$$pagetitle$$endif$ - $if(highlighting)$ +$if(highlighting)$ - $endif$ - $if(header-includes)$ - $header-includes$ - $endif$ - $if(latexmathml-script)$ - $latexmathml-script$ - $endif$ +$endif$ +$if(header-includes)$ + $header-includes$ +$endif$ +$if(latexmathml-script)$ + $latexmathml-script$ +$endif$ - $if(title)$ -

$title$

- $endif$ - $if(toc)$ - $toc$ - $endif$ - $body$ +$if(title)$ +

$title$

+$endif$ +$if(toc)$ +$toc$ +$endif$ +$body$ -- cgit v1.2.3