adding newline for table row

This commit is contained in:
Ubergeek 2019-02-06 14:15:17 +00:00
parent cab3bbad97
commit 41c5267169
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ while (($line = fgetcsv($f)) !== false) {
}
}
}
echo "</tr>\n";
echo "</tr><p>\n";
}
echo "\n</table><p>\n";
fclose($f);