Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14087005
D11998.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
876 B
Referenced Files
None
Subscribers
None
D11998.diff
View Options
diff --git a/src/applications/differential/render/DifferentialChangesetOneUpRenderer.php b/src/applications/differential/render/DifferentialChangesetOneUpRenderer.php
--- a/src/applications/differential/render/DifferentialChangesetOneUpRenderer.php
+++ b/src/applications/differential/render/DifferentialChangesetOneUpRenderer.php
@@ -95,17 +95,7 @@
$inline = $this->buildInlineComment(
$p['comment'],
$p['right']);
-
- $out[] = phutil_tag(
- 'tr',
- array(),
- array(
- phutil_tag('th'),
- phutil_tag('th'),
- $no_copy,
- phutil_tag('td', array(), $inline),
- $no_coverage,
- ));
+ $out[] = $this->getRowScaffoldForInline($inline);
break;
case 'no-context':
$out[] = phutil_tag(
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Nov 24, 6:31 PM (21 h, 11 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6783656
Default Alt Text
D11998.diff (876 B)
Attached To
Mode
D11998: Remove duplicate inline row scaffold in 1up renderer
Attached
Detach File
Event Timeline
Log In to Comment