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