summaryrefslogtreecommitdiff
path: root/modules/block.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2005-05-22 12:48:47 +0000
committerDries Buytaert <dries@buytaert.net>2005-05-22 12:48:47 +0000
commit2abaae6bafb6d67fcb18bcecd1e0e1d2fe50c0d6 (patch)
tree246c7ce876d20224ccef25e48d330013343755ce /modules/block.module
parent2b1664bc668b9928bc99f082f9b9abaed867512f (diff)
downloadbrdo-2abaae6bafb6d67fcb18bcecd1e0e1d2fe50c0d6.tar.gz
brdo-2abaae6bafb6d67fcb18bcecd1e0e1d2fe50c0d6.tar.bz2
- Patch #22192 by tostinne: fixed invalid XHTML code
Diffstat (limited to 'modules/block.module')
-rw-r--r--modules/block.module2
1 files changed, 1 insertions, 1 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>