literally add a single blank line for no reason

This commit is contained in:
Frankie B 2022-10-26 22:34:45 +00:00
parent 773eb29e07
commit a1d6c7a047

View file

@ -42,6 +42,7 @@
// Get the results.
$results = $stmt->fetchAll(PDO::FETCH_ASSOC);
foreach($results as $row) {
echo '<table border="1" width="500"><tr><td><pre>';
$submittedRaw = $row['submitted'];