Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14356756
D10014.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
682 B
Referenced Files
None
Subscribers
None
D10014.diff
View Options
diff --git a/src/infrastructure/customfield/standard/PhabricatorStandardCustomFieldRemarkup.php b/src/infrastructure/customfield/standard/PhabricatorStandardCustomFieldRemarkup.php
--- a/src/infrastructure/customfield/standard/PhabricatorStandardCustomFieldRemarkup.php
+++ b/src/infrastructure/customfield/standard/PhabricatorStandardCustomFieldRemarkup.php
@@ -32,7 +32,9 @@
$viewer = $this->getViewer();
return PhabricatorMarkupEngine::renderOneObject(
- id(new PhabricatorMarkupOneOff())->setContent($value),
+ id(new PhabricatorMarkupOneOff())
+ ->setContent($value)
+ ->setPReserveLinebreaks(true),
'default',
$viewer);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Dec 20, 11:48 PM (18 h, 3 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6912278
Default Alt Text
D10014.diff (682 B)
Attached To
Mode
D10014: Preserve line breaks in standard remarkup fields
Attached
Detach File
Event Timeline
Log In to Comment