mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
Minor, add "cov" class to inline comment <td /> so new files with lint in them do not go crazy.
This commit is contained in:
parent
28c9607fd0
commit
29337a9b3a
1 changed files with 2 additions and 2 deletions
|
@ -1397,7 +1397,7 @@ class DifferentialChangesetParser {
|
|||
$html[] =
|
||||
'<tr class="inline"><th /><td>'.
|
||||
$xhp.
|
||||
'</td><th /><td /><td /></tr>';
|
||||
'</td><th /><td /><td class="cov" /></tr>';
|
||||
}
|
||||
}
|
||||
if ($n_num && isset($new_comments[$n_num])) {
|
||||
|
@ -1406,7 +1406,7 @@ class DifferentialChangesetParser {
|
|||
$html[] =
|
||||
'<tr class="inline"><th /><td /><th /><td>'.
|
||||
$xhp.
|
||||
'</td><td /></tr>';
|
||||
'</td><td class="cov" /></tr>';
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue