diff --git a/gw-toon.php b/gw-toon.php index cf784d1..13ecefc 100644 --- a/gw-toon.php +++ b/gw-toon.php @@ -29,7 +29,7 @@ if ($whattoon == "0"){ } while ($row2 = $result2->fetch_array()){ $charactername = $row2['charname']; - echo 'Character selected is: ' . $charactername . ''; + echo '' . $charactername . ''; } echo '
'; echo '';