Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15394135
D19032.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
665 B
Referenced Files
None
Subscribers
None
D19032.diff
View Options
diff --git a/src/infrastructure/markup/rule/PhabricatorObjectRemarkupRule.php b/src/infrastructure/markup/rule/PhabricatorObjectRemarkupRule.php
--- a/src/infrastructure/markup/rule/PhabricatorObjectRemarkupRule.php
+++ b/src/infrastructure/markup/rule/PhabricatorObjectRemarkupRule.php
@@ -75,7 +75,7 @@
}
if ($this->getEngine()->isTextMode()) {
- return PhabricatorEnv::getProductionURI($href);
+ return $text.' <'.PhabricatorEnv::getProductionURI($href).'>';
} else if ($this->getEngine()->isHTMLMailMode()) {
$href = PhabricatorEnv::getProductionURI($href);
return $this->renderObjectTagForMail($text, $href, $handle);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Mar 16, 11:20 PM (2 w, 5 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7695328
Default Alt Text
D19032.diff (665 B)
Attached To
Mode
D19032: Render object remarkup references in a text context as "Dxxx <uri>"
Attached
Detach File
Event Timeline
Log In to Comment