From 224aae4b65e9cecfabcea4745d2ea031ab5c491a Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 23 May 2011 21:06:24 -0400 Subject: - 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(-) (limited to 'modules/block') 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. * -- cgit v1.2.3