From efe41e35c9869e7ff279db69ca8a712112583d7d Mon Sep 17 00:00:00 2001 From: Sam Hemelryk Date: Mon, 7 Nov 2011 12:33:18 +1300 Subject: [PATCH] MDL-28292 block_html: white space fix --- blocks/html/block_html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blocks/html/block_html.php b/blocks/html/block_html.php index c8962810f38..f03040167f3 100644 --- a/blocks/html/block_html.php +++ b/blocks/html/block_html.php @@ -121,7 +121,7 @@ class block_html extends block_base { return true; } - + /** * The block should only be dockable when the title of the block is not empty * and when parent allows docking.