Minor, add "cov" class to inline comment <td /> so new files with lint in them do not go crazy.
This commit is contained in:
@@ -1397,7 +1397,7 @@ class DifferentialChangesetParser {
|
|||||||
$html[] =
|
$html[] =
|
||||||
'<tr class="inline"><th /><td>'.
|
'<tr class="inline"><th /><td>'.
|
||||||
$xhp.
|
$xhp.
|
||||||
'</td><th /><td /><td /></tr>';
|
'</td><th /><td /><td class="cov" /></tr>';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if ($n_num && isset($new_comments[$n_num])) {
|
if ($n_num && isset($new_comments[$n_num])) {
|
||||||
@@ -1406,7 +1406,7 @@ class DifferentialChangesetParser {
|
|||||||
$html[] =
|
$html[] =
|
||||||
'<tr class="inline"><th /><td /><th /><td>'.
|
'<tr class="inline"><th /><td /><th /><td>'.
|
||||||
$xhp.
|
$xhp.
|
||||||
'</td><td /></tr>';
|
'</td><td class="cov" /></tr>';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user