diff --git a/Doc/perl/l2hinit.perl b/Doc/perl/l2hinit.perl index 147be516f71..d78efc86b68 100644 --- a/Doc/perl/l2hinit.perl +++ b/Doc/perl/l2hinit.perl @@ -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 .= ('' + . $my_icons{'modules'} + . ''); } else { $CUSTOM_BUTTONS .= $BLANK_ICON;