Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15337900
D12794.id30755.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
532 B
Referenced Files
None
Subscribers
None
D12794.id30755.diff
View Options
diff --git a/src/infrastructure/markup/PhabricatorMarkupEngine.php b/src/infrastructure/markup/PhabricatorMarkupEngine.php
--- a/src/infrastructure/markup/PhabricatorMarkupEngine.php
+++ b/src/infrastructure/markup/PhabricatorMarkupEngine.php
@@ -586,7 +586,7 @@
// - Hopefully don't return too much text. We don't explicitly limit
// this right now.
- $blocks = preg_split("/\n *\n\s*/", trim($corpus));
+ $blocks = preg_split("/\n *\n\s*/", $corpus);
$best = null;
foreach ($blocks as $block) {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Mar 10, 8:18 AM (4 d, 34 m ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7387393
Default Alt Text
D12794.id30755.diff (532 B)
Attached To
Mode
D12794: Don't trim remarkup corpora before summarizing
Attached
Detach File
Event Timeline
Log In to Comment