From 3ef8ccbc8ddba2acddfd808e77bf502958c436a7 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 9 Oct 2006 07:26:19 +0000 Subject: - Patch #87837 by webernet: fixed invlid XHTML on admin/by-modules page. --- modules/system/system.module | 1 - 1 file changed, 1 deletion(-) (limited to 'modules') diff --git a/modules/system/system.module b/modules/system/system.module index 68d39b230..1eeb2f956 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -2128,7 +2128,6 @@ function theme_system_admin_by_module($menu_items) { $output .= ''; } $output .= ''; - $output .= ''; return $output; } -- cgit v1.2.3