1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-10 00:42:41 +01:00

Fix leftover call to renderRightCode() from D4083

See T2165.

Auditors: btrahan
This commit is contained in:
epriestley 2012-12-07 08:16:47 -08:00
parent 1a3bf098ae
commit 210f8e0390

View file

@ -1652,7 +1652,8 @@ final class DifferentialChangesetParser {
'<th />'.
'<td class="left">'.$xhp.'</td>'.
'<th />'.
$this->renderRightCode($new, 3).
'<td colspan="2">'.$new.'</td>'.
'<td class="cov" />'.
'</tr>';
}
}
@ -1664,7 +1665,8 @@ final class DifferentialChangesetParser {
'<th />'.
'<td class="left" />'.
'<th />'.
$this->renderRightCode($xhp, 3).
'<td colspan="2">'.$xhp.'</td>'.
'<td class="cov" />'.
'</tr>';
}
}