summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2007-12-20 09:35:10 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2007-12-20 09:35:10 +0000
commitfdce0564d6052869068574fac768b1aa23055e12 (patch)
tree507cad780cd46c406f2caa4d94725dd5440e226d /modules
parent1e63dd1ae61c1e70e33c6cfa5b269c661f3122f7 (diff)
downloadbrdo-fdce0564d6052869068574fac768b1aa23055e12.tar.gz
brdo-fdce0564d6052869068574fac768b1aa23055e12.tar.bz2
#202559 by Pasqualle: just removing some trailing white space from end of lines
Diffstat (limited to 'modules')
-rw-r--r--modules/forum/forum-icon.tpl.php4
-rw-r--r--modules/forum/forum.admin.inc2
-rw-r--r--modules/forum/forum.module2
-rw-r--r--modules/system/system.admin.inc4
-rw-r--r--modules/system/system.module4
5 files changed, 8 insertions, 8 deletions
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 @@
-<?php
+<?php
// $Id$
/**
@@ -7,7 +7,7 @@
*
* Available variables:
* - $new_posts: Indicates whether or not the topic contains new posts.
- * - $icon: The icon to display. May be one of 'hot', 'hot-new', 'new',
+ * - $icon: The icon to display. May be one of 'hot', 'hot-new', 'new',
* 'default', 'closed', or 'sticky'.
*
* @see template_preprocess_forum_icon()
diff --git a/modules/forum/forum.admin.inc b/modules/forum/forum.admin.inc
index 92343f304..90d06befc 100644
--- a/modules/forum/forum.admin.inc
+++ b/modules/forum/forum.admin.inc
@@ -234,7 +234,7 @@ function forum_overview(&$form_state) {
}
}
}
-
+
// Remove the alphabetical reset.
unset($form['reset_alphabetical']);
diff --git a/modules/forum/forum.module b/modules/forum/forum.module
index 0ecf61d7c..674077dea 100644
--- a/modules/forum/forum.module
+++ b/modules/forum/forum.module
@@ -18,7 +18,7 @@ function forum_help($path, $arg) {
$output .= '<ul><li>'. t('a forum topic (and all of its comments) may be moved between forums by selecting a different forum while editing a forum topic.') .'</li>';
$output .= '<li>'. t('when moving a forum topic between forums, the <em>Leave shadow copy</em> option creates a link in the original forum pointing to the new location.') .'</li>';
$output .= '<li>'. t('selecting <em>Read only</em> under <em>Comment settings</em> while editing a forum topic will lock (prevent new comments) on the thread.') .'</li>';
- $output .= '<li>'. t('selecting <em>Disabled</em> under <em>Comment settings</em> while editing a forum topic will hide all existing comments on the thread, and prevent new ones.') .'</li></ul>';
+ $output .= '<li>'. t('selecting <em>Disabled</em> under <em>Comment settings</em> while editing a forum topic will hide all existing comments on the thread, and prevent new ones.') .'</li></ul>';
$output .= '<p>'. t('For more information, see the online handbook entry for <a href="@forum">Forum module</a>.', array('@forum' => 'http://drupal.org/handbook/modules/forum/')) .'</p>';
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 .= '<ul><li>'. t('support for enabling and disabling <a href="@modules">modules</a>. Drupal comes packaged with a number of core modules; each module provides a discrete set of features and may be enabled depending on the needs of your site. A wide array of additional modules contributed by members of the Drupal community are available for download at the <a href="@drupal-modules">Drupal.org module page</a>.', array('@modules' => url('admin/build/modules'), '@drupal-modules' => 'http://drupal.org/project/modules')) .'</li>';
$output .= '<li>'. t('support for enabling and disabling <a href="@themes">themes</a>, which determine the design and presentation of your site. Drupal comes packaged with several core themes and additional contributed themes are available at the <a href="@drupal-themes">Drupal.org theme page</a>.', array('@themes' => url('admin/build/themes'), '@drupal-themes' => 'http://drupal.org/project/themes')) .'</li>';
$output .= '<li>'. t('a robust <a href="@cache-settings">caching system</a> that allows the efficient re-use of previously-constructed web pages and web page components. Drupal stores the pages requested by anonymous users in a compressed format; depending on your site configuration and the amount of your web traffic tied to anonymous visitors, Drupal\'s caching system may significantly increase the speed of your site.', array('@cache-settings' => url('admin/settings/performance'))) .'</li>';
- $output .= '<li>'. t('a set of routine administrative operations that rely on a correctly-configured <a href="@cron">cron maintenance task</a> to run automatically. A number of other modules, including the feed aggregator, ping module and search also rely on <a href="@cron">cron maintenance tasks</a>. For more information, see the online handbook entry for <a href="@handbook">configuring cron jobs</a>.', array('@cron' => url('admin/reports/status'), '@handbook' => 'http://drupal.org/cron')) .'</li>';
- $output .= '<li>'. t('basic configuration options for your site, including <a href="@date-settings">date and time settings</a>, <a href="@file-system">file system settings</a>, <a href="@clean-url">clean URL support</a>, <a href="@site-info">site name and other information</a>, and a <a href="@site-maintenance">site maintenance</a> 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'))) .'</li></ul>';
+ $output .= '<li>'. t('a set of routine administrative operations that rely on a correctly-configured <a href="@cron">cron maintenance task</a> to run automatically. A number of other modules, including the feed aggregator, ping module and search also rely on <a href="@cron">cron maintenance tasks</a>. For more information, see the online handbook entry for <a href="@handbook">configuring cron jobs</a>.', array('@cron' => url('admin/reports/status'), '@handbook' => 'http://drupal.org/cron')) .'</li>';
+ $output .= '<li>'. t('basic configuration options for your site, including <a href="@date-settings">date and time settings</a>, <a href="@file-system">file system settings</a>, <a href="@clean-url">clean URL support</a>, <a href="@site-info">site name and other information</a>, and a <a href="@site-maintenance">site maintenance</a> 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'))) .'</li></ul>';
$output .= '<p>'. t('For more information, see the online handbook entry for <a href="@system">System module</a>.', array('@system' => 'http://drupal.org/handbook/modules/system/')) .'</p>';
return $output;
case 'admin':