diff options
author | Dries Buytaert <dries@buytaert.net> | 2006-10-09 07:26:19 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2006-10-09 07:26:19 +0000 |
commit | 3ef8ccbc8ddba2acddfd808e77bf502958c436a7 (patch) | |
tree | ca2b44b46d05e42c47e8e028a355a56d33510ef0 /modules | |
parent | 03299556f930a5356a60798f6f2bdc552172b2e5 (diff) | |
download | brdo-3ef8ccbc8ddba2acddfd808e77bf502958c436a7.tar.gz brdo-3ef8ccbc8ddba2acddfd808e77bf502958c436a7.tar.bz2 |
- Patch #87837 by webernet: fixed invlid XHTML on admin/by-modules page.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/system/system.module | 1 |
1 files changed, 0 insertions, 1 deletions
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 .= '</div>'; } $output .= '</div>'; - $output .= '</div>'; return $output; } |