File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ protected function renderTableInsert(array $change): string
159159 '<th></th> ' .
160160 '<th class="t-num"> ' . $ toLine . '</th> ' .
161161 '<th class="sign ins">+</th> ' .
162- '<td class="new"><ins> ' . $ line . '</ins> </td> ' .
162+ '<td class="new"> ' . $ line . '</td> ' .
163163 '</tr> ' ;
164164 }
165165
@@ -185,7 +185,7 @@ protected function renderTableDelete(array $change): string
185185 '<th class="f-num"> ' . $ fromLine . '</th> ' .
186186 '<th></th> ' .
187187 '<th class="sign del">-</th> ' .
188- '<td class="old"><del> ' . $ line . '</del> </td> ' .
188+ '<td class="old"> ' . $ line . '</td> ' .
189189 '</tr> ' ;
190190 }
191191
Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ protected function renderTableInsert(array $change): string
157157 '<th></th> ' .
158158 '<td class="old"></td> ' .
159159 '<th class="t-num"> ' . $ toLine . '</th> ' .
160- '<td class="new"><ins> ' . $ line . '</ins> </td> ' .
160+ '<td class="new"> ' . $ line . '</td> ' .
161161 '</tr> ' ;
162162 }
163163
@@ -181,7 +181,7 @@ protected function renderTableDelete(array $change): string
181181 $ html .=
182182 '<tr> ' .
183183 '<th class="f-num"> ' . $ fromLine . '</th> ' .
184- '<td class="old"><del> ' . $ line . '</del> </td> ' .
184+ '<td class="old"> ' . $ line . '</td> ' .
185185 '<th></th> ' .
186186 '<td class="new"></td> ' .
187187 '</tr> ' ;
You can’t perform that action at this time.
0 commit comments