GNU bug report logs - #61306
[PATCH 0/5] Modernize the html engine

Previous Next

Package: skribilo;

Reported by: Arun Isaac <arunisaac <at> systemreboot.net>

Date: Mon, 6 Feb 2023 00:07:02 UTC

Severity: normal

Tags: patch

Done: Arun Isaac <arunisaac <at> systemreboot.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Arun Isaac <arunisaac <at> systemreboot.net>
To: 61306 <at> debbugs.gnu.org
Cc: Arun Isaac <arunisaac <at> systemreboot.net>
Subject: bug#61306: [PATCH 2/5] html: Do not add br tag after section.
Date: Mon,  6 Feb 2023 00:08:16 +0000
* src/guile/skribilo/engine/html.scm (section): Do not br tag after.
---
 src/guile/skribilo/engine/html.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/guile/skribilo/engine/html.scm b/src/guile/skribilo/engine/html.scm
index 08a8eca..2ab5117 100644
--- a/src/guile/skribilo/engine/html.scm
+++ b/src/guile/skribilo/engine/html.scm
@@ -1368,7 +1368,7 @@
 (markup-writer 'section
    :options '(:title :html-title :number :toc :file :env)
    :before html-section-title
-   :after "</div><br>\n")
+   :after "</div>\n")
 
 ;; on-file section writer
 (markup-writer 'section
-- 
2.38.1





This bug report was last modified 2 years and 79 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.