From fdce0564d6052869068574fac768b1aa23055e12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Thu, 20 Dec 2007 09:35:10 +0000 Subject: #202559 by Pasqualle: just removing some trailing white space from end of lines --- modules/system/system.admin.inc | 4 ++-- modules/system/system.module | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'modules/system') diff --git a/modules/system/system.admin.inc b/modules/system/system.admin.inc index c8a558696..af845928e 100644 --- a/modules/system/system.admin.inc +++ b/modules/system/system.admin.inc @@ -1213,7 +1213,7 @@ function system_error_reporting_settings() { /** * Validate the submitted error reporting form. */ -function system_error_reporting_settings_validate($form, &$form_state) { +function system_error_reporting_settings_validate($form, &$form_state) { // Validate paths to 403 and 404 error pages. $item = array('link_path' => $form_state['values']['site_403']); if (!empty($item['link_path']) && !menu_valid_path($item)) { @@ -1421,7 +1421,7 @@ function system_image_toolkit_settings() { /** * Validate the submitted image-toolkit form. */ -function system_image_toolkit_settings_validate($form, &$form_state) { +function system_image_toolkit_settings_validate($form, &$form_state) { // Validate image quality range. $value = $form_state['values']['image_jpeg_quality']; if (!is_numeric($value) || $value < 0 || $value > 100) { diff --git a/modules/system/system.module b/modules/system/system.module index 4328a38ba..198d61206 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -54,8 +54,8 @@ function system_help($path, $arg) { $output .= ''; + $output .= '
  • '. t('a set of routine administrative operations that rely on a correctly-configured cron maintenance task to run automatically. A number of other modules, including the feed aggregator, ping module and search also rely on cron maintenance tasks. For more information, see the online handbook entry for configuring cron jobs.', array('@cron' => url('admin/reports/status'), '@handbook' => 'http://drupal.org/cron')) .'
  • '; + $output .= '
  • '. t('basic configuration options for your site, including date and time settings, file system settings, clean URL support, site name and other information, and a site maintenance function for taking your site temporarily off-line.', array('@date-settings' => url('admin/settings/date-time'), '@file-system' => url('admin/settings/file-system'), '@clean-url' => url('admin/settings/clean-urls'), '@site-info' => url('admin/settings/site-information'), '@site-maintenance' => url('admin/settings/site-maintenance'))) .'
  • '; $output .= '

    '. t('For more information, see the online handbook entry for System module.', array('@system' => 'http://drupal.org/handbook/modules/system/')) .'

    '; return $output; case 'admin': -- cgit v1.2.3