We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d526296 + e2ac602 commit 4e7fcaaCopy full SHA for 4e7fcaa
lib/Diff/Renderer/Html/Inline.php
@@ -128,8 +128,8 @@ public function render()
128
foreach($change['changed']['lines'] as $no => $line) {
129
$toLine = $change['changed']['offset'] + $no + 1;
130
$html .= '<tr>';
131
- $html .= '<th>'.$toLine.'</th>';
132
$html .= '<th> </th>';
+ $html .= '<th>'.$toLine.'</th>';
133
$html .= '<td class="Right"><span>'.$line.'</span></td>';
134
$html .= '</tr>';
135
}
0 commit comments