From 4eaccd056af2babd105ff09acd8b7cdc151a40f0 Mon Sep 17 00:00:00 2001 From: Steven Wittens Date: Sat, 14 Oct 2006 06:07:14 +0000 Subject: [PATCH] - #89156: Fix layout on admin/help --- modules/help/help.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/help/help.module b/modules/help/help.module index 2e0bfcf171875fb..ae80cd0ba6527c3 100644 --- a/modules/help/help.module +++ b/modules/help/help.module @@ -80,14 +80,14 @@ function help_links_as_list() { // Output pretty four-column list $break = ceil(count($modules) / 4); - $output = '
'; return $output; }