Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15390771
D10344.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
551 B
Referenced Files
None
Subscribers
None
D10344.diff
View Options
diff --git a/src/applications/metamta/view/PhabricatorMetaMTAMailBody.php b/src/applications/metamta/view/PhabricatorMetaMTAMailBody.php
--- a/src/applications/metamta/view/PhabricatorMetaMTAMailBody.php
+++ b/src/applications/metamta/view/PhabricatorMetaMTAMailBody.php
@@ -154,7 +154,7 @@
public function renderHTML() {
$br = phutil_tag('br');
- $body = phutil_implode_html(array($br, $br), $this->htmlSections);
+ $body = phutil_implode_html($br, $this->htmlSections);
return (string)hsprintf('%s', array($body, $br));
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Mar 16, 6:35 AM (1 w, 6 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7383350
Default Alt Text
D10344.diff (551 B)
Attached To
Mode
D10344: Use a single newline between HTML mail sections
Attached
Detach File
Event Timeline
Log In to Comment