Must close </td></tr></table> at the end of the page.. otherwise lots of content never renders under nscp 4

This commit is contained in:
braddr%puremagic.com 1999-03-21 03:17:56 +00:00
parent 84ec5e1b82
commit 3c9ee2f150

View File

@ -349,6 +349,9 @@ foreach $revision (@revision_map)
print $output; print $output;
} }
if ($useAlternateColor) {
print "</td></tr></TABLE>$font_tag" unless $inMark;
}
print "</FONT></PRE>\n"; print "</FONT></PRE>\n";
if ($useLayers) { if ($useLayers) {