From 22d317e5c476cc2a05a067d246c9a4772ed92d79 Mon Sep 17 00:00:00 2001
From: Dries Buytaert -tag clean ups.
---
modules/drupal/drupal.module | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'modules/drupal/drupal.module')
diff --git a/modules/drupal/drupal.module b/modules/drupal/drupal.module
index 361395cbf..80968b512 100644
--- a/modules/drupal/drupal.module
+++ b/modules/drupal/drupal.module
@@ -22,7 +22,7 @@ function drupal_help($section) {
');
$output .= ' '. t('The Drupal module administration page allows you to set the xml-rpc server page and other related options.') .' '. t('If you maintain a directory of sites, you can list them on a page using the If you maintain a directory of sites, you can list them on a page using the drupal_client_page()
function. Sample instructions:
+ $output .= t('drupal_client_page()
function. Sample instructions:
') . '
'. t('For more information please read the configuration and customization handbook Drupal page.', array('@drupal' => 'http://drupal.org/handbook/modules/drupal/')) .'
'; return $output; -- cgit v1.2.3