From b64b1fb6e856c29da3c493b6a5db93ac893fdf17 Mon Sep 17 00:00:00 2001 From: mauirixxx Date: Wed, 17 May 2017 23:28:18 -1000 Subject: [PATCH] stupid --- gw-toon.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gw-toon.php b/gw-toon.php index f603dd4..dfae10c 100644 --- a/gw-toon.php +++ b/gw-toon.php @@ -9,6 +9,6 @@ if (!$result = $con->query($sql)){ die ('There was an error running the query [' . $con->error . ']'); } while ($row = $result->fetch_array()){ - echo 'Please select a character to continue: ' . $row['charname'] . '
; + echo 'Please select a character to continue: ' . $row['charname'] . '
'; } ?>