mirror of
https://we.phorge.it/source/phorge.git
synced 2025-01-03 11:21:01 +01:00
fluid diff -- more table silliness
Summary: inline comments eat up all 3 tds and no code coverage should be shown. Test Plan: verified in FIREFOX that inline comments looked good Reviewers: vrana, epriestley Reviewed By: epriestley CC: aran, Korvin Maniphest Tasks: T2005 Differential Revision: https://secure.phabricator.com/D4115
This commit is contained in:
parent
bfb99043bf
commit
08172cf361
1 changed files with 2 additions and 4 deletions
|
@ -1650,8 +1650,7 @@ final class DifferentialChangesetParser {
|
|||
'<th />'.
|
||||
'<td class="left">'.$xhp.'</td>'.
|
||||
'<th />'.
|
||||
'<td colspan="2">'.$new.'</td>'.
|
||||
'<td class="cov" />'.
|
||||
'<td colspan="3" class="right3">'.$new.'</td>'.
|
||||
'</tr>';
|
||||
}
|
||||
}
|
||||
|
@ -1663,8 +1662,7 @@ final class DifferentialChangesetParser {
|
|||
'<th />'.
|
||||
'<td class="left" />'.
|
||||
'<th />'.
|
||||
'<td colspan="2">'.$xhp.'</td>'.
|
||||
'<td class="cov" />'.
|
||||
'<td colspan="3" class="right3">'.$xhp.'</td>'.
|
||||
'</tr>';
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue