diff --git a/src/infrastructure/diff/view/PhabricatorInlineSummaryView.php b/src/infrastructure/diff/view/PhabricatorInlineSummaryView.php index 5ea443c2da..bc7b40c120 100644 --- a/src/infrastructure/diff/view/PhabricatorInlineSummaryView.php +++ b/src/infrastructure/diff/view/PhabricatorInlineSummaryView.php @@ -78,11 +78,9 @@ final class PhabricatorInlineSummaryView extends AphrontView { } } - $cols = $has_where ? 3 : 2; - $rows[] = ''. - ''. + ''. phutil_escape_html($group). ''. ''; @@ -123,6 +121,7 @@ final class PhabricatorInlineSummaryView extends AphrontView { $where = idx($item, 'where'); + $colspan = ($has_where ? '' : ' colspan="2"'); $rows[] = ''. ''.$lines.''. @@ -131,7 +130,7 @@ final class PhabricatorInlineSummaryView extends AphrontView { phutil_escape_html($where). '' : null). - ''. + ''. '
'. $item['content']. '
'.