diff --git a/gw-pull.php b/gw-pull.php
index 663be66..bc87642 100644
--- a/gw-pull.php
+++ b/gw-pull.php
@@ -22,7 +22,7 @@ if (mysqli_num_rows($result) > 0) {
echo 'a ' . $row['material'];
}
}
- echo ' at ' . $row['location'] . '
';
}
} else {
echo 'no data to display for that character';