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 e5cf53a commit 9d4b6c5Copy full SHA for 9d4b6c5
1 file changed
Doc/perl/l2hinit.perl
@@ -73,7 +73,7 @@ sub top_navigation_panel {
73
}
74
75
sub bot_navigation_panel {
76
- "<div class=navigation><hr>"
+ "<p>\n<div class=navigation><hr>"
77
. &make_nav_panel
78
. "</div>"
79
@@ -115,7 +115,7 @@ sub add_module_idx{
115
open(MODIDXFILE, ">modindex.dat") || die "\n$!\n";
116
foreach $key (keys %Modules) {
117
# dump the line in the data file; just use a dummy seqno field
118
- print MODIDXFILE "$Modules{$key}\0$key###\n";
+ print MODIDXFILE "$Modules{$key}" . $IDXFILE_FIELD_SEP . "$key###\n";
119
120
close(MODIDXFILE);
121
$index = `$myrootdir/tools/buildindex.py modindex.dat`;
0 commit comments