Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14016104
D8869.id21040.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
729 B
Referenced Files
None
Subscribers
None
D8869.id21040.diff
View Options
diff --git a/src/applications/diffusion/controller/DiffusionBrowseFileController.php b/src/applications/diffusion/controller/DiffusionBrowseFileController.php
--- a/src/applications/diffusion/controller/DiffusionBrowseFileController.php
+++ b/src/applications/diffusion/controller/DiffusionBrowseFileController.php
@@ -538,11 +538,7 @@
if ($author_phid && $handles[$author_phid]) {
$author_link = $handles[$author_phid]->renderLink();
} else {
- $author_link = phutil_tag(
- 'span',
- array(
- ),
- $blame['author']);
+ $author_link = $blame['author'];
}
$display_line['author'] = $author_link;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Nov 5, 5:31 AM (2 w, 1 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6717062
Default Alt Text
D8869.id21040.diff (729 B)
Attached To
Mode
D8869: Fix for showing an unregistered author name in the tooltip of diffusion revision link
Attached
Detach File
Event Timeline
Log In to Comment