1
0
Fork 0
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:
epriestley 2012-01-31 18:30:17 -08:00
parent 28c9607fd0
commit 29337a9b3a

View file

@ -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>';
}
}
}