diff --git a/gw-pull.php b/gw-pull.php
index 8ae7057..0e69ee3 100644
--- a/gw-pull.php
+++ b/gw-pull.php
@@ -21,7 +21,7 @@ if (mysqli_num_rows($result) > 0) {
echo 'a ' . $row['material'];
}
}
- echo ' at (insert SQL code here)
!';
+ echo ' at (insert SQL code here)!
';
}
} else {
echo 'no data to display for that character';