From 4776e2f3638d5d0c219e6464380ac4105bb145d4 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Sun, 29 Apr 2018 23:37:08 +0200 Subject: slide/html: Do not emit and . * src/guile/skribilo/package/slide/html.scm (html-slide-title): Remove and . --- src/guile/skribilo/package/slide/html.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/guile/skribilo/package/slide/html.scm b/src/guile/skribilo/package/slide/html.scm index 723e5dc..0e37e90 100644 --- a/src/guile/skribilo/package/slide/html.scm +++ b/src/guile/skribilo/package/slide/html.scm @@ -120,13 +120,13 @@ (display "
") (if (string? tfont) (begin - (format #t "" tfont) + (format #t "" tfont) (output title e) - (display "")) + (display "")) (begin - (display "
") + (display "
") (output title e) - (display ""))) + (display "
"))) (display "
\n"))) (if (not authors) (display "\n") -- cgit v1.2.3