From f3c875717910918574aa1310de176e0c44062199 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 20 May 2002 07:34:38 +0000 Subject: - Ran the code through 'scripts/code-clean.sh': removed trailing whitespace (and possibly tabs). --- modules/system.module | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'modules/system.module') diff --git a/modules/system.module b/modules/system.module index 3e1c35ab1..a1fe0c515 100644 --- a/modules/system.module +++ b/modules/system.module @@ -37,7 +37,7 @@ function system_link($type) { function system_view_options() { global $conf, $cmodes, $corder; - + // general settings: $output .= "

General settings

\n"; $output .= form_textfield("Name", "site_name", variable_get("site_name", "drupal"), 55, 55, "The name of this website."); @@ -124,12 +124,12 @@ function system_view($type) { $form = system_view_filters(); break; default: - foreach (module_list() as $name) { - if (module_hook($name, "conf_options")) { - $links[] = la($name, array("mod" => "system"), $name); - } - } - + foreach (module_list() as $name) { + if (module_hook($name, "conf_options")) { + $links[] = la($name, array("mod" => "system"), $name); + } + } + $output = "". implode(" :: ", $links) ."
"; $form = system_view_options(); } -- cgit v1.2.3