From 6358c7a0923dbd4e015983f9d72fd8b4f09b9a13 Mon Sep 17 00:00:00 2001 From: lopar Date: Fri, 28 Dec 2018 00:57:21 +0200 Subject: [PATCH] tests --- functions.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/functions.php b/functions.php index b0c9119..6ab7abd 100644 --- a/functions.php +++ b/functions.php @@ -1037,8 +1037,7 @@ HTML; $r .= ''; $r .= ''; - - $r .= '
'; + $r .= '
'; if ($user['helm'] > 0) { $dress = db::c()->query('SELECT `name`, `img`, `duration`, `maxdur`, `ghp`, `text`, `includemagicdex` FROM `inventory` WHERE `id` = ?i', $user['helm'])->fetch_assoc();