From 7b35f25dcdb1195c595d840976fdb74dd3b35301 Mon Sep 17 00:00:00 2001 From: Savetheinternet Date: Wed, 16 Nov 2011 18:53:37 +1100 Subject: [PATCH] Fixed issue #31 ("manage users" page not displaying as intended in Firefox and possibly other browsers) --- mod.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mod.php b/mod.php index f3b7b96e..c2b3705e 100644 --- a/mod.php +++ b/mod.php @@ -1022,10 +1022,10 @@ '' . (hasPermission($config['mod']['promoteusers']) ? ($_mod['type'] != ADMIN ? - '' + '' :'') . ($_mod['type'] != JANITOR ? - '' + '' :'') : '' ) . @@ -2428,4 +2428,5 @@ error($config['error']['404']); } } + ?>