1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 17:28:51 +02: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:
Bob Trahan 2012-12-07 15:53:24 -08:00
parent bfb99043bf
commit 08172cf361

View file

@ -1650,8 +1650,7 @@ final class DifferentialChangesetParser {
'<th />'. '<th />'.
'<td class="left">'.$xhp.'</td>'. '<td class="left">'.$xhp.'</td>'.
'<th />'. '<th />'.
'<td colspan="2">'.$new.'</td>'. '<td colspan="3" class="right3">'.$new.'</td>'.
'<td class="cov" />'.
'</tr>'; '</tr>';
} }
} }
@ -1663,8 +1662,7 @@ final class DifferentialChangesetParser {
'<th />'. '<th />'.
'<td class="left" />'. '<td class="left" />'.
'<th />'. '<th />'.
'<td colspan="2">'.$xhp.'</td>'. '<td colspan="3" class="right3">'.$xhp.'</td>'.
'<td class="cov" />'.
'</tr>'; '</tr>';
} }
} }