diff options
-rw-r--r-- | modules/user/user-profile.tpl.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user/user-profile.tpl.php b/modules/user/user-profile.tpl.php index 56cc72996..362145d54 100644 --- a/modules/user/user-profile.tpl.php +++ b/modules/user/user-profile.tpl.php @@ -29,5 +29,5 @@ */ ?> <div class="profile"> - <?php print render($user_profile); ?> + <?php render($user_profile); ?> </div> |