diff options
-rw-r--r-- | Doc/perl/l2hinit.perl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/perl/l2hinit.perl b/Doc/perl/l2hinit.perl index 180874e..422f902 100644 --- a/Doc/perl/l2hinit.perl +++ b/Doc/perl/l2hinit.perl @@ -112,7 +112,7 @@ $BLANK_ICON = "\n<td>" . img_tag('blank.' . $IMAGE_TYPE) . "</td>"; $NAV_BGCOLOR = " bgcolor=\"#99CCFF\""; sub make_nav_panel{ - ("<table width=\"100%\" cellpadding=0 cellspacing=0>\n<tr>" + ("<table width=\"100%\" cellpadding=0 cellspacing=2>\n<tr>" . "\n<td>$NEXT</td>" . "\n<td>$UP</td>" . "\n<td>$PREVIOUS</td>" |