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:
parent
1a3bf098ae
commit
210f8e0390
1 changed files with 4 additions and 2 deletions
|
@ -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>';
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue