From fbef848a3af236ca3a18e6aad7c459e93b8495fc Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Thu, 31 Dec 2009 01:15:50 +0000 Subject: Use $for$ for header-includes. Put variables in right order. We've specified that if they use -A, -B, -H multiple times, the text appears in the same order as on the command line. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1722 788f1e2b-df1e-0410-8736-df70ead52e1b --- templates/html.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/html.template') diff --git a/templates/html.template b/templates/html.template index 68cacd568..7f1bd17db 100644 --- a/templates/html.template +++ b/templates/html.template @@ -33,9 +33,9 @@ $endif$ $for(css)$ $endfor$ -$if(header-includes)$ +$for(header-includes)$ $header-includes$ -$endif$ +$endfor$ $if(latexmathml-script)$ $latexmathml-script$ $endif$ -- cgit v1.2.3