texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: * tp/Texinfo/XS/convert/convert_html.c (html_defa


From: Patrice Dumas
Subject: branch master updated: * tp/Texinfo/XS/convert/convert_html.c (html_default_format_element_footer): use TOP_FOOTER_BUTTONS.
Date: Thu, 28 Mar 2024 17:03:33 -0400

This is an automated email from the git hooks/post-receive script.

pertusus pushed a commit to branch master
in repository texinfo.

The following commit(s) were added to refs/heads/master by this push:
     new 4fc7ad11f2 * tp/Texinfo/XS/convert/convert_html.c 
(html_default_format_element_footer): use TOP_FOOTER_BUTTONS.
4fc7ad11f2 is described below

commit 4fc7ad11f20384ebe41fa7d29320dbdf5564af9f
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Thu Mar 28 22:03:19 2024 +0100

    * tp/Texinfo/XS/convert/convert_html.c
    (html_default_format_element_footer): use TOP_FOOTER_BUTTONS.
---
 ChangeLog                            | 5 +++++
 tp/Texinfo/XS/convert/convert_html.c | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 0522410604..221d9b20f8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-03-28  Patrice Dumas  <pertusus@free.fr>
+
+       * tp/Texinfo/XS/convert/convert_html.c
+       (html_default_format_element_footer): use TOP_FOOTER_BUTTONS.
+
 2024-03-27  Patrice Dumas  <pertusus@free.fr>
 
        * tp/Texinfo/XS/main/debug.c (debug_protect_eol): protect all the
diff --git a/tp/Texinfo/XS/convert/convert_html.c 
b/tp/Texinfo/XS/convert/convert_html.c
index 797cb20fb1..5a0d295e96 100644
--- a/tp/Texinfo/XS/convert/convert_html.c
+++ b/tp/Texinfo/XS/convert/convert_html.c
@@ -8117,7 +8117,7 @@ html_default_format_element_footer (CONVERTER *self,
                    && strcmp (self->conf->SPLIT.string, "node"))))
          {
            if (is_top)
-             buttons = self->conf->TOP_BUTTONS.buttons;
+             buttons = self->conf->TOP_FOOTER_BUTTONS.buttons;
            else
              buttons = self->conf->MISC_BUTTONS.buttons;
          }



reply via email to

[Prev in Thread] Current Thread [Next in Thread]