literally add a single blank line for no reason
This commit is contained in:
parent
773eb29e07
commit
a1d6c7a047
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@
|
||||||
|
|
||||||
// Get the results.
|
// Get the results.
|
||||||
$results = $stmt->fetchAll(PDO::FETCH_ASSOC);
|
$results = $stmt->fetchAll(PDO::FETCH_ASSOC);
|
||||||
|
|
||||||
foreach($results as $row) {
|
foreach($results as $row) {
|
||||||
echo '<table border="1" width="500"><tr><td><pre>';
|
echo '<table border="1" width="500"><tr><td><pre>';
|
||||||
$submittedRaw = $row['submitted'];
|
$submittedRaw = $row['submitted'];
|
||||||
|
|
Loading…
Reference in a new issue