From 7f866c3a2c95b62f19cfe1247306447b733ec5f7 Mon Sep 17 00:00:00 2001 From: mauirixxx Date: Thu, 25 May 2017 11:51:35 -1000 Subject: [PATCH] and yet more html madness --- gw-toon.php | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/gw-toon.php b/gw-toon.php index 4ebbac1..0ceb4a9 100644 --- a/gw-toon.php +++ b/gw-toon.php @@ -24,7 +24,7 @@ if ($whattoon == "0" or $whattoon == ""){ $charname = $row['charname']; echo ''; } - echo ''; + echo ''; } else { $sqltoon = "SELECT charname from `playername` WHERE playerid = $whattoon"; if (!$result2 = $con->query($sqltoon)){ @@ -40,7 +40,16 @@ if ($whattoon == "0" or $whattoon == ""){ echo '
  • Record loot info
  • '; echo '
  • View Character loot history
  • '; echo ''; - echo '

    '; + echo '

    '; } -echo '

    '; -?> \ No newline at end of file +?> +
    +
    +
    +
    + + +
    +
    + + \ No newline at end of file