[livejournal] r18089: LJSUP-7757. incorrect close election mai...
Committer: gprochaev
LJSUP-7757. incorrect close election mailU trunk/cgi-bin/LJ/Poll.pm
Modified: trunk/cgi-bin/LJ/Poll.pm
===================================================================
--- trunk/cgi-bin/LJ/Poll.pm 2011-01-24 04:17:51 UTC (rev 18088)
+++ trunk/cgi-bin/LJ/Poll.pm 2011-01-24 04:57:03 UTC (rev 18089)
@@ -828,7 +828,7 @@
'wrap' => 1,
'charset' => $u->mailencoding || 'utf-8',
'subject' => $subject,
- 'body' => (LJ::Lang::ml('poll.election.end.email', {
+ 'html' => (LJ::Lang::ml('poll.election.end.email', {
username => LJ::ljuser($u),
communityname => LJ::ljuser($comm),
winner => LJ::ljuser($winner),
