Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14029207
D14589.id35295.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1007 B
Referenced Files
None
Subscribers
None
D14589.id35295.diff
View Options
diff --git a/src/applications/audit/editor/PhabricatorAuditEditor.php b/src/applications/audit/editor/PhabricatorAuditEditor.php
--- a/src/applications/audit/editor/PhabricatorAuditEditor.php
+++ b/src/applications/audit/editor/PhabricatorAuditEditor.php
@@ -660,7 +660,7 @@
}
if ($inlines) {
- $body->addRemarkupSection(
+ $body->addTextSection(
pht('INLINE COMMENTS'),
$this->renderInlineCommentsForMail($object, $inlines));
}
diff --git a/src/applications/differential/editor/DifferentialTransactionEditor.php b/src/applications/differential/editor/DifferentialTransactionEditor.php
--- a/src/applications/differential/editor/DifferentialTransactionEditor.php
+++ b/src/applications/differential/editor/DifferentialTransactionEditor.php
@@ -1212,7 +1212,7 @@
}
if ($inlines) {
- $body->addRemarkupSection(
+ $body->addTextSection(
pht('INLINE COMMENTS'),
$this->renderInlineCommentsForMail($object, $inlines));
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 9, 7:59 PM (1 w, 1 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6733727
Default Alt Text
D14589.id35295.diff (1007 B)
Attached To
Mode
D14589: Partially revert D14511 to fix "INLINE COMMENTS" in mail
Attached
Detach File
Event Timeline
Log In to Comment