adding newline for table row

This commit is contained in:
Ubergeek 2019-02-06 14:15:17 +00:00
parent cab3bbad97
commit 41c5267169

View File

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