summaryrefslogtreecommitdiff
path: root/modules/user
diff options
context:
space:
mode:
Diffstat (limited to 'modules/user')
-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 5c374d778..5d06827c2 100644
--- a/modules/user/user-profile.tpl.php
+++ b/modules/user/user-profile.tpl.php
@@ -33,6 +33,6 @@
* @see template_preprocess_user_profile()
*/
?>
-<div class="profile">
+<div class="profile"<?php print $attributes; ?>>
<?php print render($user_profile); ?>
</div>