From 8db1c3600174521698e22ec7eacc60c8963f55a9 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 25 Sep 2016 21:43:19 +0200 Subject: [PATCH] Use p tag for subtitle, author, date in epub, revealjs, slidy. --- default.epub | 6 +++--- default.epub3 | 6 +++--- default.revealjs | 6 +++--- default.slidy | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/default.epub b/default.epub index 1c042ff1e..afcf96a3e 100644 --- a/default.epub +++ b/default.epub @@ -28,13 +28,13 @@ $else$ $endif$ $endfor$ $if(subtitle)$ -

$subtitle$

+

$subtitle$

$endif$ $for(author)$ -

$author$

+

$author$

$endfor$ $for(creator)$ -

$creator.text$

+

$creator.text$

$endfor$ $if(publisher)$

$publisher$

diff --git a/default.epub3 b/default.epub3 index 0325d53eb..8a12e0fb3 100644 --- a/default.epub3 +++ b/default.epub3 @@ -33,13 +33,13 @@ $else$ $endif$ $endfor$ $if(subtitle)$ -

$subtitle$

+

$subtitle$

$endif$ $for(author)$ -

$author$

+

$author$

$endfor$ $for(creator)$ -

$creator.text$

+

$creator.text$

$endfor$ $if(publisher)$

$publisher$

diff --git a/default.revealjs b/default.revealjs index db16168f9..e6d561292 100644 --- a/default.revealjs +++ b/default.revealjs @@ -63,13 +63,13 @@ $if(title)$

$title$

$if(subtitle)$ -

$subtitle$

+

$subtitle$

$endif$ $for(author)$ -

$author$

+

$author$

$endfor$ $if(date)$ -

$date$

+

$date$

$endif$
$endif$ diff --git a/default.slidy b/default.slidy index 5f83b40ca..cccf3537d 100644 --- a/default.slidy +++ b/default.slidy @@ -51,7 +51,7 @@ $if(title)$

$title$

$if(subtitle)$ -

$subtitle$

+

$subtitle$

$endif$ $if(author)$