summaryrefslogtreecommitdiff
path: root/modules/profile/profile-listing.tpl.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/profile/profile-listing.tpl.php')
-rw-r--r--modules/profile/profile-listing.tpl.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/profile/profile-listing.tpl.php b/modules/profile/profile-listing.tpl.php
index d484ed26b..d8b835af3 100644
--- a/modules/profile/profile-listing.tpl.php
+++ b/modules/profile/profile-listing.tpl.php
@@ -43,7 +43,7 @@
<?php print $name; ?>
</div>
- <?php foreach ($profile as $field) : ?>
+ <?php foreach ($profile as $field): ?>
<div class="field">
<?php print $field->value; ?>
</div>