diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-06-19 00:33:27 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-06-19 00:33:27 +0000 |
commit | e64323b2354ac9592653e249bb8a9d3e69359d77 (patch) | |
tree | 2d8e63cb2433816482df08b4b00b0dd2403f294d | |
parent | 4d202669af4d2cc64244d70fe064aef6c50c1b23 (diff) | |
download | brdo-e64323b2354ac9592653e249bb8a9d3e69359d77.tar.gz brdo-e64323b2354ac9592653e249bb8a9d3e69359d77.tar.bz2 |
#455844 follow-up by yched: Fix typo in user template.
-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> |