diff --git a/gw-history.php b/gw-history.php index 755c41d..6153974 100644 --- a/gw-history.php +++ b/gw-history.php @@ -5,7 +5,7 @@
| On ' . $row['historydate'] . ', "' . $row['charname'] . '" got ' . $row['goldrec'] . 'GP and '; + echo ' |
| On ' . $row['historydate'] . ', "' . $row['charname'] . '" got ' . $row['goldrec'] . 'GP and '; if ($row['itemtype'] == 16) { //this would be a rune $runeid = $row['runetype']; $sqlrune = "SELECT listrunes.`runeid`, listrunes.`runes` FROM listrunes WHERE listrunes.`runeid` = $runeid"; @@ -72,13 +72,13 @@ if (mysqli_num_rows($result) > 0) { } } } - echo ' at ' . $row['location'] . ' | '; + echo ' at ' . $row['location'] . '