From 50c842fd01e92b9e049998cfadce405a7d6ddaf8 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Mon, 19 Dec 2005 23:08:02 +0000 Subject: [PATCH] r637: Disable the black and white style sheet --- includes/adminfunctions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/adminfunctions.php b/includes/adminfunctions.php index 1e70ebb..2840118 100755 --- a/includes/adminfunctions.php +++ b/includes/adminfunctions.php @@ -77,7 +77,7 @@ EOD; echo "\n"; echo "\n\t$title"; echo "\n\t"; - echo "\n\t" . (($extra) ? "\n$extra" : ''); + echo "\n\t" . (($extra) ? "\n$extra" : ''); echo "\n\n\n"; if (!defined('HIDE_SETUP') AND $bugsys->userinfo['adminsession']) -- 2.22.5