From ec2f3bd02b821515ec3e7c0d71161778d6d31bb4 Mon Sep 17 00:00:00 2001
From: Dries Buytaert <dries@buytaert.net>
Date: Mon, 23 May 2011 21:07:02 -0400
Subject: [PATCH] - Patch #1019292 by TR, Jody Lynn: remove random nbsp
 characters.

---
 modules/block/block.admin.inc | 2 +-
 modules/block/block.module    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/block/block.admin.inc b/modules/block/block.admin.inc
index 3981de9522b2..7cf299c0e548 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 76311b1b1c50..e0cb6919bc13 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.
  *
-- 
GitLab