From d1682a91b169d41a65f050e9ca76f0d0b751e18b Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Fri, 25 Nov 2005 05:42:07 +0000 Subject: [PATCH] r583: Use new style sheet --- includes/adminfunctions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/adminfunctions.php b/includes/adminfunctions.php index e038775..445d86f 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