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