Skip to content

Commit

Permalink
test clear nl and br2space comment
Browse files Browse the repository at this point in the history
  • Loading branch information
JcharlesCCSD committed Sep 19, 2024
1 parent 653a48d commit 136fb39
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2990,7 +2990,7 @@ private function completedRatingSendNotification(Episciences_Rating_Report $repo
$partial->setScriptPath(APPLICATION_PATH . '/modules/journal/views/scripts');
$ratingDisplay = $partial->render('partials/paper_report_mail_version.phtml');
$ratingDisplay = str_replace(chr(13) . chr(10), '', $ratingDisplay);
$ratingDisplay = Ccsd_Tools::clear_nl(Ccsd_Tools::br2space($ratingDisplay));
//$ratingDisplay = Ccsd_Tools::clear_nl(Ccsd_Tools::br2space($ratingDisplay)); test #462

$editorTags = $commonTags + [
Episciences_Mail_Tags::TAG_REVIEWER_FULLNAME => $user->getScreenName(),
Expand Down

0 comments on commit 136fb39

Please sign in to comment.