From 3fa5b710154a9bdf442923c7e8c3f6f819c39c55 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?=
Date: Mon, 24 Dec 2007 10:33:39 +0000
Subject: #203482 by Desbeers: block module HTML typo in help (outside t())
---
modules/block/block.module | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/block/block.module b/modules/block/block.module
index 647f12a4c..b65713d39 100644
--- a/modules/block/block.module
+++ b/modules/block/block.module
@@ -70,7 +70,7 @@ function block_help($path, $arg) {
$output = ''. t('Blocks are boxes of content rendered into an area, or region, of a web page. The default theme Garland, for example, implements the regions "left sidebar", "right sidebar", "content", "header", and "footer", 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.', array('@blocks' => url('admin/build/block'))) .'
';
$output .= ''. t('Although blocks are usually generated automatically by modules (like the User login block, for example), administrators can also define custom blocks. Custom blocks have a title, description, and body. The body of the block can be as long as necessary, and can contain content supported by any available input format.', array('@input-format' => url('admin/settings/filters'))) .'
';
$output .= ''. t('When working with blocks, remember that:') .'
';
- $output .= '- '. t('since not all themes implement the same regions, or display regions in the same way, blocks are positioned on a per-theme basis.') .'
';
+ $output .= '- '. t('since not all themes implement the same regions, or display regions in the same way, blocks are positioned on a per-theme basis.') .'
';
$output .= '- '. t('disabled blocks, or blocks not in a region, are never shown.') .'
';
$output .= '- '. t('when throttle module is enabled, throttled blocks (blocks with the Throttle checkbox selected) are hidden during high server loads.') .'
';
$output .= '- '. t('blocks can be configured to be visible only on certain pages.') .'
';
--
cgit v1.2.3