Browse Source

Fix secondary avatar switching on profiles

spaghetti 8 years ago
parent
commit
c76e25d3da
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      sections/user/user.php

+ 1
- 1
sections/user/user.php View File

@@ -257,7 +257,7 @@ if ($Avatar && Users::has_avatars_enabled()) {
257 257
 ?>
258 258
     <div class="box box_image box_image_avatar">
259 259
       <div class="head colhead_dark">User</div>
260
-      <div align="center">
260
+      <div class="avatar" align="center">
261 261
 <?=        Users::show_avatar($Avatar, $UserID, $Username, $HeavyInfo['DisableAvatars'])?>
262 262
       </div>
263 263
     </div>

Loading…
Cancel
Save