patch from Pavel Hlavnicka pavel@gingerall.cz

fix ordering of user footer and menu
This commit is contained in:
rginda%netscape.com 2001-09-17 18:58:14 +00:00
parent 8b10c402cb
commit 87adc9573f

View File

@ -954,8 +954,9 @@ sub close_toc {
local (*G) = shift;
my $menu = shift;
print G "</table></center>" . $user_foot;
print G "</table></center>\n";
print G &get_menu($menu) . "<p>\n";
print G $user_foot . "\n";
print G $footstr;
close G;