From 1afb654e7984de91d1bb281af6da67f5c03efa09 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 12 Oct 2006 20:31:36 +0000 Subject: [PATCH] - Patch #88732 by webernet: made the admin page validate. --- modules/system/system.module | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/modules/system/system.module b/modules/system/system.module index 1eeb2f9569c..65db7f7f484 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -1971,12 +1971,10 @@ function theme_admin_page($blocks) { $output = '
'; $output .= ''; @@ -2035,7 +2033,7 @@ function theme_admin_block_content($content) { if (system_admin_compact_mode()) { $output = ''; }