diff --git a/gw-record.php b/gw-record.php
index ed72565..863d879 100644
--- a/gw-record.php
+++ b/gw-record.php
@@ -10,7 +10,7 @@ $whatdropped = mysqli_real_escape_string($con, $_POST['gwdrop']);
if ($con->connect_errno > 0){
die ('Unable to connect to database [' . $db->connect_errno . ']');
}
-echo 'At ';
+echo '
At ';
$sqlmaplocation = "SELECT * FROM `treasurelocation` WHERE `treasureid` = $location";
if (!$result = $con->query($sqlmaplocation)){
die ('There was an error running the query [' . $con->error . ']');
@@ -21,6 +21,7 @@ while ($row = $result->fetch_array()){
$locid = $row['treasureid'];
echo '' . $locname . ' (Guild Wars Wiki link)';
}
+echo '';
if ($whatdropped == "1"){
echo '