From a1d6c7a0478c4ef3a7d568c07e3de48818da7a63 Mon Sep 17 00:00:00 2001
From: Frankie B <floppydisk05@aol.com>
Date: Wed, 26 Oct 2022 22:34:45 +0000
Subject: literally add a single blank line for no reason

---
 guestbook/index.php | 1 +
 1 file changed, 1 insertion(+)

(limited to 'guestbook')

diff --git a/guestbook/index.php b/guestbook/index.php
index 21e5385..c608664 100755
--- a/guestbook/index.php
+++ b/guestbook/index.php
@@ -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'];
-- 
cgit v1.2.3-54-g00ecf