From 1b8643f283fbf32792d27993163a29267336a873 Mon Sep 17 00:00:00 2001 From: mauirixxx Date: Sun, 21 May 2017 01:36:42 -1000 Subject: [PATCH] closed a line in the wrong place. doh! --- gw-record.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gw-record.php b/gw-record.php index cc89b42..cd8d7b0 100644 --- a/gw-record.php +++ b/gw-record.php @@ -94,6 +94,6 @@ if ($whatdropped == "1"){ echo ' and |code for gold dropped here| gold pieces'; echo '

'; -echo 'End result: a Gold r9 Swordsmanship Sword'
; //need to arrange code blocks around to achieve this +echo 'End result: a Gold r9 Swordsmanship Sword
'; //need to arrange code blocks around to achieve this echo 'Reload the page with no GET data? RELOAD'; ?> \ No newline at end of file