diff --git a/modules/block/block.module b/modules/block/block.module index a91abdd011cfd9f2cab8911b5ae05a4f3cb42d62..0d924653bad78c3ddee764e73244529583fed497 100644 --- a/modules/block/block.module +++ b/modules/block/block.module @@ -18,8 +18,8 @@ function block_help($path, $arg) { switch ($path) { case 'admin/help#block': $output = ''; - $output = '

' . t('About') . '

'; - $output .= '

' . t('Blocks are boxes of content rendered into an area, or region, of one or more pages of a website. The default theme Seven, for example, implements the regions "Content", "Help", "Dashboard main", and "Dashboard sidebar", and a block may appear in any one of these areas. The blocks administration page provides a drag-and-drop interface for assigning a block to a region, and for controlling the order of blocks within regions. For more information, see the online handbook entry for Block module.', array('@block' => 'http://drupal.org/handbook/modules/block/', '@blocks' => url('admin/structure/block'))) . '

'; + $output .= '

' . t('About') . '

'; + $output .= '

' . t('The Block module allows you to create boxes of content, which are rendered into an area, or region, of one or more pages of a website. The default theme Seven, for example, implements the regions "Content", "Help", "Dashboard main", and "Dashboard sidebar", and a block may appear in any one of these areas. The blocks administration page provides a drag-and-drop interface for assigning a block to a region, and for controlling the order of blocks within regions. For more information, see the online handbook entry for Block module.', array('@block' => 'http://drupal.org/handbook/modules/block/', '@blocks' => url('admin/structure/block'))) . '

'; $output .= '

' . t('Uses') . '

'; $output .= '
'; $output .= '
' . t('Positioning content') . '
';