summaryrefslogtreecommitdiff
path: root/modules/profile/profile-block.tpl.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/profile/profile-block.tpl.php')
-rw-r--r--modules/profile/profile-block.tpl.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/profile/profile-block.tpl.php b/modules/profile/profile-block.tpl.php
index 0bd833148..dbdbcd84e 100644
--- a/modules/profile/profile-block.tpl.php
+++ b/modules/profile/profile-block.tpl.php
@@ -31,9 +31,9 @@
?>
<?php print $user_picture; ?>
-<?php foreach ($profile as $field) : ?>
+<?php foreach ($profile as $field): ?>
<p>
- <?php if ($field->type != 'checkbox') : ?>
+ <?php if ($field->type != 'checkbox'): ?>
<strong><?php print $field->title; ?></strong><br />
<?php endif; ?>
<?php print $field->value; ?>