mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-26 14:46:02 +00:00
patch from Pavel Hlavnicka pavel@gingerall.cz
fix ordering of user footer and menu
This commit is contained in:
parent
8b10c402cb
commit
87adc9573f
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user