summaryrefslogtreecommitdiff
path: root/modules/gallery/helpers/gallery_block.php
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-12-24 18:06:26 -0800
committerBharat Mediratta <bharat@menalto.com>2009-12-24 18:06:26 -0800
commit24ef52eccbe854688d61a798ee79d64f24f63ac1 (patch)
tree421265051872c84898957fdc2187e4869c8e2a1a /modules/gallery/helpers/gallery_block.php
parentb16ab9d94af3b463c3f3497c0b4cb57416349a27 (diff)
whitespace fix
Diffstat (limited to 'modules/gallery/helpers/gallery_block.php')
-rw-r--r--modules/gallery/helpers/gallery_block.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/helpers/gallery_block.php b/modules/gallery/helpers/gallery_block.php
index 40660874..1db7585c 100644
--- a/modules/gallery/helpers/gallery_block.php
+++ b/modules/gallery/helpers/gallery_block.php
@@ -34,7 +34,7 @@ class gallery_block_Core {
static function get($block_id) {
$block = new Block();
- switch($block_id) {
+ switch ($block_id) {
case "welcome":
$block->css_id = "g-welcome";
$block->title = t("Welcome to Gallery 3");