Don't output second useless closing body tag

This commit is contained in:
Jamie Cameron
2014-09-16 14:45:56 -07:00
parent b2b95391ac
commit 835b7447ee
2 changed files with 2 additions and 2 deletions

View File

@ -38,5 +38,5 @@ print <<EOF;
</noframes>
</frameset>
EOF
&popup_footer();
&popup_footer(1);

View File

@ -38,5 +38,5 @@ print <<EOF;
</noframes>
</frameset>
EOF
&popup_footer();
&popup_footer(1);