mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-18 12:52:42 +01:00
Fix up newline formatting in Differential emails a bit.
This commit is contained in:
parent
fa38b70ba6
commit
9d4d258a0b
1 changed files with 2 additions and 2 deletions
|
@ -106,6 +106,8 @@ class DifferentialCommentMail extends DifferentialMail {
|
|||
}
|
||||
|
||||
$body[] = $this->renderRevisionDetailLink();
|
||||
$body[] = null;
|
||||
|
||||
$revision = $this->getRevision();
|
||||
if ($revision->getStatus() == DifferentialRevisionStatus::COMMITTED) {
|
||||
$phids = $revision->loadCommitPHIDs();
|
||||
|
@ -125,8 +127,6 @@ class DifferentialCommentMail extends DifferentialMail {
|
|||
$body[] = null;
|
||||
}
|
||||
|
||||
$body[] = null;
|
||||
|
||||
return implode("\n", $body);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue