diff options
Diffstat (limited to 'modules/user')
-rw-r--r-- | modules/user/user-profile-category.tpl.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user/user-profile-category.tpl.php b/modules/user/user-profile-category.tpl.php index 0de7d5d00..0a86c762a 100644 --- a/modules/user/user-profile-category.tpl.php +++ b/modules/user/user-profile-category.tpl.php @@ -24,7 +24,7 @@ * @see template_preprocess_user_profile_category() */ ?> -<?php if ($title) : ?> +<?php if ($title): ?> <h3><?php print $title; ?></h3> <?php endif; ?> |