Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dfad57 commit aaa2385Copy full SHA for aaa2385
1 file changed
Doc/perl/l2hinit.perl
@@ -437,7 +437,9 @@ sub add_bbl_and_idx_dummy_commands {
437
. "([\\\\]begin\\s*$O\\d+$C\\s*theindex)";
438
s/$rx/\\textohtmlmoduleindex \1 \\textohtmlindex \2/o;
439
# Add a button to the navigation areas:
440
- $CUSTOM_BUTTONS .= $my_icons{'modules'};
+ $CUSTOM_BUTTONS .= ('<a href="modindex.html" title="Module Index">'
441
+ . $my_icons{'modules'}
442
+ . '</a>');
443
}
444
else {
445
$CUSTOM_BUTTONS .= $BLANK_ICON;
0 commit comments