We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 445c563 + cce18c8 commit d526296Copy full SHA for d526296
lib/Diff/Renderer/Html/SideBySide.php
@@ -83,9 +83,9 @@ public function render()
83
$toLine = $change['changed']['offset'] + $no + 1;
84
$html .= '<tr>';
85
$html .= '<th>'.$fromLine.'</th>';
86
- $html .= '<td class="Left"><span>'.$line.'</span> </span></td>';
+ $html .= '<td class="Left"><span>'.$line.'</span> </td>';
87
$html .= '<th>'.$toLine.'</th>';
88
- $html .= '<td class="Right"><span>'.$line.'</span> </span></td>';
+ $html .= '<td class="Right"><span>'.$line.'</span> </td>';
89
$html .= '</tr>';
90
}
91
0 commit comments