madeon (madeon) wrote in changelog,
madeon
madeon
changelog

[livejournal] r22558: LJSUP-12902: Create notifications for re...

Committer: sbelyaev
LJSUP-12902: Create notifications for reposts
U   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);
 

Tags: livejournal, madeon, pm, sbelyaev
Subscribe

  • Post a new comment

    Error

    Anonymous comments are disabled in this journal

    default userpic

    Your reply will be screened

    Your IP address will be recorded 

  • 0 comments