diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/block.module | 2 | ||||
-rw-r--r-- | modules/block/block.module | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/block.module b/modules/block.module index 826f8ad77..76413beb7 100644 --- a/modules/block.module +++ b/modules/block.module @@ -20,7 +20,7 @@ function block_help($section) { <ul> <li>Its enabled checkbox. Disabled blocks are never shown.</li> <li>Its throttle checkbox. Throttled blocks are hidden during high server loads.</li> -<li>Its path options. Blocks can be configured to only show/hide on certain pages</li>. +<li>Its path options. Blocks can be configured to only show/hide on certain pages.</li> <li>User settings. You can choose to let your users decide whether to show/hide certain blocks.</li> <li>Its function. Dynamic blocks (such as those defined by modules) may be empty on certain pages and will not be shown.</li> </ul> diff --git a/modules/block/block.module b/modules/block/block.module index 826f8ad77..76413beb7 100644 --- a/modules/block/block.module +++ b/modules/block/block.module @@ -20,7 +20,7 @@ function block_help($section) { <ul> <li>Its enabled checkbox. Disabled blocks are never shown.</li> <li>Its throttle checkbox. Throttled blocks are hidden during high server loads.</li> -<li>Its path options. Blocks can be configured to only show/hide on certain pages</li>. +<li>Its path options. Blocks can be configured to only show/hide on certain pages.</li> <li>User settings. You can choose to let your users decide whether to show/hide certain blocks.</li> <li>Its function. Dynamic blocks (such as those defined by modules) may be empty on certain pages and will not be shown.</li> </ul> |