Committer: gariev
LJSUP-7241: Userpic is stretched in header if picture has width Y x 1px (skomarov)--This line[D, and those below, will be ignored--
M weblib.pl
U trunk/cgi-bin/weblib.pl
Modified: trunk/cgi-bin/weblib.pl =================================================================== --- trunk/cgi-bin/weblib.pl 2010-10-26 08:46:27 UTC (rev 17613) +++ trunk/cgi-bin/weblib.pl 2010-10-26 08:56:34 UTC (rev 17614) @@ -1910,7 +1910,7 @@ my $remote_display = LJ::ljuser($remote); if ($remote->{'defaultpicid'}) { my $url = "$LJ::USERPIC_ROOT/$remote->{'defaultpicid'}/$remote->{'userid'}"; - $ret .= "<td id='lj_controlstrip_userpic' style='background-image: none;'><a href='$LJ::SITEROOT/editpics.bml'><img src='$url' alt=\"$BML::ML{'web.controlstrip.userpic.alt'}\" title=\"$BML::ML{'web.controlstrip.userpic.title'}\" height='43' /></a></td>"; + $ret .= "<td id='lj_controlstrip_userpic' style='background-image: none;'><a href='$LJ::SITEROOT/editpics.bml'><img src='$url' alt=\"$BML::ML{'web.controlstrip.userpic.alt'}\" title=\"$BML::ML{'web.controlstrip.userpic.title'}\" /></a></td>"; } else { my $tinted_nouserpic_img = "";