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/forum/forum-icon.tpl.php | 4 ++-- modules/forum/forum.admin.inc | 2 +- modules/forum/forum.module | 2 +- modules/system/system.admin.inc | 4 ++-- modules/system/system.module | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) (limited to 'modules') diff --git a/modules/forum/forum-icon.tpl.php b/modules/forum/forum-icon.tpl.php index 94f6856e0..0139063cb 100644 --- a/modules/forum/forum-icon.tpl.php +++ b/modules/forum/forum-icon.tpl.php @@ -1,4 +1,4 @@ -
  • '. t('a forum topic (and all of its comments) may be moved between forums by selecting a different forum while editing a forum topic.') .'
  • '; $output .= '
  • '. t('when moving a forum topic between forums, the Leave shadow copy option creates a link in the original forum pointing to the new location.') .'
  • '; $output .= '
  • '. t('selecting Read only under Comment settings while editing a forum topic will lock (prevent new comments) on the thread.') .'
  • '; - $output .= '
  • '. t('selecting Disabled under Comment settings while editing a forum topic will hide all existing comments on the thread, and prevent new ones.') .'
  • '; + $output .= '
  • '. t('selecting Disabled under Comment settings while editing a forum topic will hide all existing comments on the thread, and prevent new ones.') .'
  • '; $output .= '

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

    '; return $output; case 'admin/content/forum': 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