diff options
Diffstat (limited to 'modules/system/region.tpl.php')
-rw-r--r-- | modules/system/region.tpl.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/region.tpl.php b/modules/system/region.tpl.php index f5b8c91d1..1980c225d 100644 --- a/modules/system/region.tpl.php +++ b/modules/system/region.tpl.php @@ -27,7 +27,7 @@ * @see template_process() */ ?> -<?php if($content): ?> +<?php if ($content): ?> <div class="<?php print $classes; ?>"> <?php print $content; ?> </div> |