From a59a14190686ceab44e8dd2ccb7d061f281f929f Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 13 Jul 2010 19:30:10 -0700 Subject: Put insert-before text before the title h1 in HTML. + This is the documented behavior; the insert-before text comes after the tag. + Resolves Issue #241. --- templates/html.template | 6 +++--- tests/s5.inserts.html | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/html.template b/templates/html.template index 820279939..1d07a2cfb 100644 --- a/templates/html.template +++ b/templates/html.template @@ -41,12 +41,12 @@ $for(header-includes)$ $endfor$ -$if(title)$ -

$title$

-$endif$ $for(include-before)$ $include-before$ $endfor$ +$if(title)$ +

$title$

+$endif$ $if(toc)$ $toc$ $endif$ diff --git a/tests/s5.inserts.html b/tests/s5.inserts.html index 0af12ffaa..69ab6f5e1 100644 --- a/tests/s5.inserts.html +++ b/tests/s5.inserts.html @@ -11,8 +11,8 @@ STUFF INSERTED -

My S5 Document

STUFF INSERTED +

My S5 Document

First slide