mirror of
https://github.com/ThunixdotNet/www.git
synced 2026-01-24 07:10:18 +00:00
adding newline for table row
This commit is contained in:
@@ -60,7 +60,7 @@ while (($line = fgetcsv($f)) !== false) {
|
||||
}
|
||||
}
|
||||
}
|
||||
echo "</tr>\n";
|
||||
echo "</tr><p>\n";
|
||||
}
|
||||
echo "\n</table><p>\n";
|
||||
fclose($f);
|
||||
|
||||
Reference in New Issue
Block a user