summaryrefslogtreecommitdiff
path: root/modules/block
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2011-05-23 21:06:24 -0400
committerDries Buytaert <dries@buytaert.net>2011-05-23 21:06:24 -0400
commit224aae4b65e9cecfabcea4745d2ea031ab5c491a (patch)
treef21496b3cdcfdd5255ab41f35ce6a04fa50f89aa /modules/block
parent259d0b8feca71d49c2f79dcce53b3147f7429b75 (diff)
downloadbrdo-224aae4b65e9cecfabcea4745d2ea031ab5c491a.tar.gz
brdo-224aae4b65e9cecfabcea4745d2ea031ab5c491a.tar.bz2
- Patch #1019292 by TR, Jody Lynn: remove random nbsp characters.
Diffstat (limited to 'modules/block')
-rw-r--r--modules/block/block.admin.inc2
-rw-r--r--modules/block/block.module2
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/block/block.admin.inc b/modules/block/block.admin.inc
index 3981de952..7cf299c0e 100644
--- a/modules/block/block.admin.inc
+++ b/modules/block/block.admin.inc
@@ -16,7 +16,7 @@ function block_admin_demo($theme = NULL) {
/**
* Menu callback for admin/structure/block.
*
- * @param $theme
+ * @param $theme
* The theme to display the administration page for. If not provided, defaults
* to the currently used theme.
*/
diff --git a/modules/block/block.module b/modules/block/block.module
index 7790600f1..2f7e372fe 100644
--- a/modules/block/block.module
+++ b/modules/block/block.module
@@ -355,7 +355,7 @@ function _block_get_renderable_array($list = array()) {
/**
* Update the 'block' DB table with the blocks currently exported by modules.
*
- * @param $theme
+ * @param $theme
* The theme to rehash blocks for. If not provided, defaults to the currently
* used theme.
*