Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15332877
D10344.id.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.id.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
Sat, Mar 8, 9:18 PM (3 d, 4 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7383350
Default Alt Text
D10344.id.diff (551 B)
Attached To
Mode
D10344: Use a single newline between HTML mail sections
Attached
Detach File
Event Timeline
Log In to Comment