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