git://git.exim.org
/
exim-website.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f70c9b
)
Fix indexing for varlistent when not within a section
author
Jeremy Harris
<jgh@wizmail.org>
Thu, 28 Jul 2022 23:12:52 +0000
(
00:12
+0100)
committer
Jeremy Harris
<jgh@wizmail.org>
Thu, 28 Jul 2022 23:13:34 +0000
(
00:13
+0100)
script/gen
patch
|
blob
|
history
diff --git
a/script/gen
b/script/gen
index 747c4481a951a9cbe7a20af200cc3cbe2df4969e..58e399e8477376457e87a800a2ade71881fa78d6 100755
(executable)
--- a/
script/gen
+++ b/
script/gen
@@
-418,7
+418,7
@@
sub build_indexes {
}
$xref->{$anchorname}{'chapter_title'} = $chapter_title;
- $xref->{$anchorname}{'section_id'} = $
sec_id if ($sec_id)
;
+ $xref->{$anchorname}{'section_id'} = $
anchorname
;
$xref->{$anchorname}{'section_title'} = $sec_title if ($sec_title);
}
}