Committer: vsukhanov
LJSUP-7961: Add ability to display default userpic of the user.U trunk/cgi-bin/cleanhtml.pl
Modified: trunk/cgi-bin/cleanhtml.pl =================================================================== --- trunk/cgi-bin/cleanhtml.pl 2011-03-14 10:04:46 UTC (rev 18535) +++ trunk/cgi-bin/cleanhtml.pl 2011-03-14 10:04:57 UTC (rev 18536) @@ -426,7 +426,7 @@ if ($upic){ $newdata .= $upic->imgtag; } else { - $newdata .= qq|<img src="http://wh.livejournal.ru/icons/nouserpic.png" width="100" height="100">|; + $newdata .= qq|<img src="http://wh.livejournal.ru/icons/nouserpic.png" width="100" height="100" class="userpic-img" />|; } }