forked from Thunix/www
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