Page MenuHomePhabricator

D14589.id35292.diff
No OneTemporary

D14589.id35292.diff

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

Mime Type
text/plain
Expires
Tue, Mar 25, 4:42 PM (4 w, 9 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7220841
Default Alt Text
D14589.id35292.diff (1007 B)

Event Timeline