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']);
}
}
+
?>
|