diff --git a/gw-record.php b/gw-record.php
index f393c9f..9722bc3 100644
--- a/gw-record.php
+++ b/gw-record.php
@@ -18,7 +18,7 @@ if (!$result = $con->query($sqlmaplocation)){
while ($row = $result->fetch_array()){
$locname = $row['location'];
$loclink = $row['wikilink'];
- echo '' . $locname . '\n';
+ echo '' . $locname . '';
}
echo ' a/an ';
@@ -31,7 +31,7 @@ if (!$result = $con->query($sqlweapreq)){
echo 'r';
@@ -44,7 +44,7 @@ echo '';
@@ -57,9 +57,10 @@ echo '';
-echo ' |weapon/mat/rune code here|';
+echo ' |weapon/mat/rune code here|
';
+echo 'End result: a Gold r9 Swordsmanship Sword'; //need to arrange code blocks around to achieve this
?>
\ No newline at end of file