summaryrefslogtreecommitdiff
path: root/modules/user/user-profile.tpl.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/user/user-profile.tpl.php')
-rw-r--r--modules/user/user-profile.tpl.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user/user-profile.tpl.php b/modules/user/user-profile.tpl.php
index a6d49b4a0..8b50f7026 100644
--- a/modules/user/user-profile.tpl.php
+++ b/modules/user/user-profile.tpl.php
@@ -28,5 +28,5 @@
*/
?>
<div class="profile">
- <?php render($user_profile); ?>
+ <?php print render($user_profile); ?>
</div>