From 29337a9b3ab4bbd46176b1aea30c0790c7f2e674 Mon Sep 17 00:00:00 2001 From: epriestley Date: Tue, 31 Jan 2012 18:30:17 -0800 Subject: [PATCH] Minor, add "cov" class to inline comment so new files with lint in them do not go crazy. --- .../parser/changeset/DifferentialChangesetParser.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/applications/differential/parser/changeset/DifferentialChangesetParser.php b/src/applications/differential/parser/changeset/DifferentialChangesetParser.php index 7108d41c51..d17f9f9523 100644 --- a/src/applications/differential/parser/changeset/DifferentialChangesetParser.php +++ b/src/applications/differential/parser/changeset/DifferentialChangesetParser.php @@ -1397,7 +1397,7 @@ class DifferentialChangesetParser { $html[] = ''. $xhp. - ''; + ''; } } if ($n_num && isset($new_comments[$n_num])) { @@ -1406,7 +1406,7 @@ class DifferentialChangesetParser { $html[] = ''. $xhp. - ''; + ''; } } }