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(