From 9d6b90649bb7ed0b65de2e75566c0f7d7ef88ab2 Mon Sep 17 00:00:00 2001 From: mauirixxx Date: Thu, 18 May 2017 14:31:00 -1000 Subject: [PATCH] why wont you work :( --- gw-record.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gw-record.php b/gw-record.php index ac0f02c..218c0f1 100644 --- a/gw-record.php +++ b/gw-record.php @@ -15,7 +15,7 @@ while ($row = $result->fetch_array()){ $weapattr = $row['weaponattribute']; echo ''; } -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 . ']'); @@ -26,5 +26,5 @@ while ($row = $result->fetch_array()){ $rarity = $row['rarity']; echo ''; } -echo ' '; +echo '
'; ?> \ No newline at end of file