From a34c19a999b947a64d7cdabf1836082c512cce15 Mon Sep 17 00:00:00 2001 From: mauirixxx Date: Thu, 18 May 2017 14:27:14 -1000 Subject: [PATCH] html hell --- gw-record.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gw-record.php b/gw-record.php index fb3913d..ac0f02c 100644 --- a/gw-record.php +++ b/gw-record.php @@ -15,6 +15,7 @@ while ($row = $result->fetch_array()){ $weapattr = $row['weaponattribute']; echo ''; } +echo ' '; $sqlweaprare = "SELECT * FROM `listrarity` ORDER BY `rareid` ASC"; if (!$result = $con->query($sqlweaprare)){ die ('There was an error running the query [' . $con->error . ']'); @@ -25,4 +26,5 @@ while ($row = $result->fetch_array()){ $rarity = $row['rarity']; echo ''; } +echo ' '; ?> \ No newline at end of file