diff options
author | Dries Buytaert <dries@buytaert.net> | 2006-12-11 16:57:42 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2006-12-11 16:57:42 +0000 |
commit | 22d317e5c476cc2a05a067d246c9a4772ed92d79 (patch) | |
tree | 6dd92515c6799f2fd1cca7d863f3effad4492511 /modules/drupal/drupal.module | |
parent | 5b384d39245f20e80e0635c1b76d7a2e589ffe27 (diff) | |
download | brdo-22d317e5c476cc2a05a067d246c9a4772ed92d79.tar.gz brdo-22d317e5c476cc2a05a067d246c9a4772ed92d79.tar.bz2 |
- Patch #101562 by dvessel: <p>-tag clean ups.
Diffstat (limited to 'modules/drupal/drupal.module')
-rw-r--r-- | modules/drupal/drupal.module | 4 |
1 files changed, 2 insertions, 2 deletions
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) { </ul> '); $output .= '<p>'. t('The Drupal module administration page allows you to set the xml-rpc server page and other related options.') .'</p>'; - $output .= '<p>'. t('If you maintain a directory of sites, you can list them on a page using the <code>drupal_client_page()</code> function. Sample instructions: + $output .= t('<p>If you maintain a directory of sites, you can list them on a page using the <code>drupal_client_page()</code> function. Sample instructions: </p> <ul> <li>Enable the page module. Select create content >> page.</li> <li>For input format, select PHP code.</li> @@ -33,7 +33,7 @@ print drupal_client_page(); ?> </pre> <li>Save the page.</li> -</ul>') . '</p>'; +</ul>'); $output .= '<p>'. t('For more information please read the configuration and customization handbook <a href="@drupal">Drupal page</a>.', array('@drupal' => 'http://drupal.org/handbook/modules/drupal/')) .'</p>'; return $output; |