From 81ed7e4987f6316d3c6012d285cc30f95de010dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Fri, 7 Dec 2007 10:32:12 +0000 Subject: #198664 by mooffie: blockquote was misused in the php module help example, use a list instead --- modules/php/php.module | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'modules/php') diff --git a/modules/php/php.module b/modules/php/php.module index cf8513a8a..e99bf1b0c 100644 --- a/modules/php/php.module +++ b/modules/php/php.module @@ -43,11 +43,11 @@ function php_filter_tips($delta, $format, $long = false) { $output .= '
  • '. t('Consider including your custom PHP code within a site-specific module or template.php file rather than embedding it directly into a post or block.') .'
  • '; $output .= '
  • '. t('Be aware that the ability to embed PHP code within content is provided by the PHP Filter module. If this module is disabled or deleted, then blocks and posts with embedded PHP may display, rather than execute, the PHP code.') .'
  • '; $output .= '

    '. t('A basic example: Creating a "Welcome" block that greets visitors with a simple message.') .'

    '; - $output .= '
    '. t('

    Add a custom block to your site, named "Welcome". With its input format set to "PHP code" (or another format supporting PHP input), add the following in the Block body:

    + $output .= '
    '; +') .''; $output .= '

    '. t('Drupal.org offers some example PHP snippets, or you can create your own with some PHP experience and knowledge of the Drupal system.', array('@drupal' => url('http://drupal.org'), '@php-snippets' => url('http://drupal.org/handbook/customization/php-snippets'))) .'

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