[dw-free] Icon height created by user tags for syndicated accounts
[commit: http://hg.dwscoalition.org/dw-free/rev/28f9c776eb12]
http://bugs.dwscoalition.org/show_bug.cgi?id=1642
Add missing argument.
Patch by
rat.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=1642
Add missing argument.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- cgi-bin/LJ/User.pm
-------------------------------------------------------------------------------- diff -r 4b47240931af -r 28f9c776eb12 cgi-bin/LJ/User.pm --- a/cgi-bin/LJ/User.pm Thu Aug 20 14:22:49 2009 +0000 +++ b/cgi-bin/LJ/User.pm Thu Aug 20 17:13:13 2009 +0000 @@ -6119,7 +6119,7 @@ sub ljuser return $make_tag->( 'silk/identity/community.png', $url, 16, '', $type_readable ); } elsif ( $type eq 'Y' ) { return $make_tag->( "syn_${head_size}.gif", $url, $head_size, '', $type_readable ) if $head_size; - return $make_tag->( 'silk/identity/feed.png', $url, 16, , $type_readable ); + return $make_tag->( 'silk/identity/feed.png', $url, 16, '', $type_readable ); } elsif ( $type eq 'I' ) { return $u->ljuser_display($opts); } else { --------------------------------------------------------------------------------