mirror of
https://code.sup39.dev/repos/Wqawg
synced 2024-12-27 18:44:51 +09:00
Commit diff view: Fix position and preserve spaces in code lines
This commit is contained in:
parent
ca1e83f504
commit
bd13175021
1 changed files with 6 additions and 1 deletions
|
@ -21,17 +21,22 @@ $# <http://creativecommons.org/publicdomain/zero/1.0/>.
|
|||
<td>-
|
||||
<td>#{n}
|
||||
<td>
|
||||
<td>
|
||||
<pre>#{t}
|
||||
$of New n
|
||||
<tr .add>
|
||||
<td>+
|
||||
<td>
|
||||
<td>#{n}
|
||||
<td>
|
||||
<pre>#{t}
|
||||
$of Both o n
|
||||
<tr>
|
||||
<td>
|
||||
<td>#{o}
|
||||
<td>#{n}
|
||||
<td>#{t}
|
||||
<td>
|
||||
<pre>#{t}
|
||||
<tr>
|
||||
<td>…
|
||||
<td>…
|
||||
|
|
Loading…
Reference in a new issue