]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Fixes #1067: Avatar stretched on authorize remote subscription page. The img tag...
authorAdrian Lang <mail@adrianlang.de>
Sat, 21 Feb 2009 18:04:27 +0000 (19:04 +0100)
committerEvan Prodromou <evan@controlyourself.ca>
Fri, 27 Feb 2009 23:39:10 +0000 (15:39 -0800)
actions/userauthorization.php

index ed17ceec977723ecd20899d380a645f183eeea20..0dc1841d4fbd873c89997a2265b63792f7acf40e 100644 (file)
@@ -105,7 +105,7 @@ class UserauthorizationAction extends Action
         $this->elementStart('div', 'profile');
         if ($avatar) {
             $this->element('img', array('src' => $avatar,
-                                        'class' => 'avatar profile',
+                                        'class' => 'avatar',
                                         'width' => AVATAR_PROFILE_SIZE,
                                         'height' => AVATAR_PROFILE_SIZE,
                                         'alt' => $nickname));