From e84962143eb1bcdea2aafc7d448c1e603d30f721 Mon Sep 17 00:00:00 2001 From: mauirixxx Date: Tue, 23 May 2017 11:38:16 -1000 Subject: [PATCH] added a space ` --- gw-pull.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gw-pull.php b/gw-pull.php index 64b7d2f..58fd959 100644 --- a/gw-pull.php +++ b/gw-pull.php @@ -51,7 +51,7 @@ if (mysqli_num_rows($result) > 0) { die ('There was an error running the query [' . $con->error . ']'); } while ($row5 = $resultweap->fetch_array()){ - echo $row5['weapontype']; + echo ' ' . $row5['weapontype']; } echo ' named ' . $row['itemname']; } else {