Trying to fix the blank line jumps

This commit is contained in:
Ubergeek 2019-02-06 16:13:49 +00:00
parent 44f44221a6
commit 65b94241f2
1 changed files with 3 additions and 2 deletions

View File

@ -65,11 +65,12 @@ while (($line = fgetcsv($f)) !== false) {
} }
} }
} }
echo "</tr><p>\n"; echo "</tr>\n";
} }
echo "\n</table><p>\n"; echo "\n</table>\n";
fclose($f); fclose($f);
?> ?>
<!-- End of the monitoring script portion -->
</p> </p>
</div> </div>