From c79ab3ca3601856e54e26df75c9eb8977f181d1c Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 6 Jul 2006 14:27:56 +0000 Subject: - Bug #72053 by erdem: added missing . --- modules/search.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/search.module') diff --git a/modules/search.module b/modules/search.module index b94adfffa..30dc3a1e8 100644 --- a/modules/search.module +++ b/modules/search.module @@ -103,7 +103,7 @@ function search_help($section) {
  • read about how your site uses cron in the administer >> help >> system.
  • run your cron.php.
  • read about configuring cron jobs.
  • -
  • administer >> settings >> search. +
  • administer >> settings >> search.
  • ', array('%admin-help-system' => url('admin/help/system'), '%file-cron' => 'cron.php', '%external-http-drupal-org-node-23714' => 'http://drupal.org/node/23714', '%admin-settings-search' => url('admin/settings/search'))); $output .= '

    '. t('For more information please read the configuration and customization handbook Search page.', array('%search' => 'http://drupal.org/handbook/modules/search/')) .'

    '; return $output; -- cgit v1.2.3