Committer: sbelyaev
LJSUP-12902: Create notifications for repostsU trunk/cgi-bin/LJ/Event/JournalNewRepost.pm
Modified: trunk/cgi-bin/LJ/Event/JournalNewRepost.pm =================================================================== --- trunk/cgi-bin/LJ/Event/JournalNewRepost.pm 2012-08-03 07:41:04 UTC (rev 22557) +++ trunk/cgi-bin/LJ/Event/JournalNewRepost.pm 2012-08-03 07:50:12 UTC (rev 22558) @@ -314,7 +314,7 @@ my $email = LJ::Lang::get_text($lang, 'esn.hi', undef, $opts); - $email .= $is_html ? '<br /><br />' : '\n\n'; + $email .= $is_html ? '<br /><br />' : "\n\n"; my $ml_head_string = $is_community ? 'esn.journal_new_repost.head_comm' : 'esn.journal_new_repost.head_user'; @@ -335,7 +335,7 @@ about => $about, }); - $email .= $is_html ? '<br /><br />' : '\n\n'; + $email .= $is_html ? '<br /><br />' : "\n\n"; my $show_join_option = $self->entry->journal->is_comm && !LJ::is_friend($self->entry->journal, $u);