[dw-free] suitable ALT text for userpics
[commit: http://hg.dwscoalition.org/dw-free/rev/7c5e3b950803]
http://bugs.dwscoalition.org/show_bug.cgi?id=148
Fix userpic alignment on talkread.
Patch by
jadelennox.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=148
Fix userpic alignment on talkread.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- htdocs/talkread.bml
-------------------------------------------------------------------------------- diff -r 9005f6273171 -r 7c5e3b950803 htdocs/talkread.bml --- a/htdocs/talkread.bml Tue Apr 14 08:15:26 2009 +0000 +++ b/htdocs/talkread.bml Tue Apr 14 08:32:00 2009 +0000 @@ -562,7 +562,8 @@ body<= ); # build the imgtag for the userpic associated with the keyword - $ret .= $postpic->imgtag( %kwopts ); + $ret .= "<div style=\"float:left\">" .$postpic->imgtag( %kwopts ) . "</div>"; + } my $cleansubject = LJ::ehtml($post->{'subject'}); --------------------------------------------------------------------------------