mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-18 21:02:41 +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[] = $this->renderRevisionDetailLink();
|
||||||
|
$body[] = null;
|
||||||
|
|
||||||
$revision = $this->getRevision();
|
$revision = $this->getRevision();
|
||||||
if ($revision->getStatus() == DifferentialRevisionStatus::COMMITTED) {
|
if ($revision->getStatus() == DifferentialRevisionStatus::COMMITTED) {
|
||||||
$phids = $revision->loadCommitPHIDs();
|
$phids = $revision->loadCommitPHIDs();
|
||||||
|
@ -125,8 +127,6 @@ class DifferentialCommentMail extends DifferentialMail {
|
||||||
$body[] = null;
|
$body[] = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
$body[] = null;
|
|
||||||
|
|
||||||
return implode("\n", $body);
|
return implode("\n", $body);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue