From c94b367b31ae3606d215bcc1d1928c1fb48ccf0d Mon Sep 17 00:00:00 2001 From: mauirixxx Date: Sat, 10 Jun 2017 00:56:04 -1000 Subject: [PATCH] formatting --- gw-history.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gw-history.php b/gw-history.php index 8094c41..1d2ff5d 100644 --- a/gw-history.php +++ b/gw-history.php @@ -31,7 +31,7 @@ if (mysqli_num_rows($result) > 0) { echo 'a rune of ' . $row2['runes']; } } else if ($row['itemtype'] == 17) { //nothing dropped, but showing the recorded date - echo 'nothing dropped at this location on this date.'; + echo 'nothing dropped at this location on this date'; } else { if (is_null($row['material'])) { $itemrarity = $row['itemrarity'];