From 219ac5e65c8a5b01aa103a8c3ac67f2f31bab5b4 Mon Sep 17 00:00:00 2001 From: mauirixxx Date: Thu, 18 May 2017 01:49:04 -1000 Subject: [PATCH] formatting fix --- gw-pull.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gw-pull.php b/gw-pull.php index 8ae7057..0e69ee3 100644 --- a/gw-pull.php +++ b/gw-pull.php @@ -21,7 +21,7 @@ if (mysqli_num_rows($result) > 0) { echo 'a ' . $row['material']; } } - echo ' at (insert SQL code here)
!'; + echo ' at (insert SQL code here)!
'; } } else { echo 'no data to display for that character';