From eb030cb9d8839bd08cb2bd1e4f954efe37047303 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 15 Jun 2003 19:06:25 +0000 Subject: - Improvements: XHTML-ifications. Patch by GmbH. --- modules/system/system.module | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/system/system.module') diff --git a/modules/system/system.module b/modules/system/system.module index 9834d7e05..ee73e317a 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -3,8 +3,8 @@ function system_help() { $output .= "

Drupal comes with system-wide defaults but the setting-module provides control over many Drupal preferences, behaviours including visual and operational settings.

"; - $output .= "

Cron

". system_help_cron(); - $output .= "

Cache

". system_help_cache(); + $output .= "

Cron

". system_help_cron(); + $output .= "

Cache

". system_help_cache(); return t("$output"); } @@ -134,7 +134,7 @@ function system_view_general() { function system_view_module($name) { if (module_hook($name, "settings")) { - $output .= "

". ucfirst(t("$name")) ." ". t("settings") ."

". module_invoke($name, "settings") ."
\n"; + $output .= "

". ucfirst(t("$name")) ." ". t("settings") ."

". module_invoke($name, "settings") ."
\n"; } return $output; } -- cgit v1.2.3