[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: * tp/t/init/t2h_singular.init (singular_format_fo
From: |
Patrice Dumas |
Subject: |
branch master updated: * tp/t/init/t2h_singular.init (singular_format_footer): update for close_registered_sections_level call change. |
Date: |
Fri, 06 Sep 2024 05:20:05 -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 8820c3e240 * tp/t/init/t2h_singular.init (singular_format_footer):
update for close_registered_sections_level call change.
8820c3e240 is described below
commit 8820c3e240029e2519285c652fefd667eadcb14d
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Fri Sep 6 11:20:01 2024 +0200
* tp/t/init/t2h_singular.init (singular_format_footer): update for
close_registered_sections_level call change.
---
ChangeLog | 5 +++++
tp/t/init/t2h_singular.init | 3 ++-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index d2c5b7fb17..8d7ddf15c5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-09-06 Patrice Dumas <pertusus@free.fr>
+
+ * tp/t/init/t2h_singular.init (singular_format_footer): update for
+ close_registered_sections_level call change.
+
2024-09-06 Patrice Dumas <pertusus@free.fr>
* tp/ext/latex2html.pm (l2h_to_html): do not set latex2html -dir
diff --git a/tp/t/init/t2h_singular.init b/tp/t/init/t2h_singular.init
index fc290e1758..2c8a08e0f2 100644
--- a/tp/t/init/t2h_singular.init
+++ b/tp/t/init/t2h_singular.init
@@ -94,7 +94,8 @@ sub singular_format_footer($$$$)
$result .= $self->get_conf('DEFAULT_RULE')."\n"
if (defined($self->get_conf('DEFAULT_RULE')));
if ($end_page) {
- my $closed_strings = $self->close_registered_sections_level(0);
+ my $closed_strings = $self->close_registered_sections_level(
+ $self->current_filename(), 0);
$result .= join('', @{$closed_strings});
$result .=
&{$self->formatting_function('format_navigation_panel')}($self,
$buttons, undef, $output_unit);
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: * tp/t/init/t2h_singular.init (singular_format_footer): update for close_registered_sections_level call change.,
Patrice Dumas <=