Commit aaa23858 authored by Fred Drake's avatar Fred Drake

When there is a Module Index, make sure the icon actually links to it.

parent 4dfad572
......@@ -437,7 +437,9 @@ sub add_bbl_and_idx_dummy_commands {
. "([\\\\]begin\\s*$O\\d+$C\\s*theindex)";
s/$rx/\\textohtmlmoduleindex \1 \\textohtmlindex \2/o;
# Add a button to the navigation areas:
$CUSTOM_BUTTONS .= $my_icons{'modules'};
$CUSTOM_BUTTONS .= ('<a href="modindex.html" title="Module Index">'
. $my_icons{'modules'}
. '</a>');
}
else {
$CUSTOM_BUTTONS .= $BLANK_ICON;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment