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 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'modules/forum') 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': -- cgit v1.2.3