Skip to content

Commit e482bd7

Browse files
committed
html-writer: rename the newDefect CSS class
... to `newFinding` for consistency. Signed-off-by: Siteshwar Vashisht <[email protected]>
1 parent fe7896a commit e482bd7

File tree

3 files changed

+39
-39
lines changed

3 files changed

+39
-39
lines changed

src/lib/writer-html.cc

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ namespace HtmlLib {
6262
.infoEvent { color:#808080; }
6363
.infoEventComment { color:#00C0C0; }
6464
.traceEvent { color: #C0C0C0; }
65-
.newDefect { color: #00FF00; }
65+
.newFinding { color: #00FF00; }
6666
.parseWarning { color: #FF0000; }
6767
.impFlag { color: #FF0000; font-weight: bold; }
6868
#scanProps { font-family: monospace; }
@@ -462,7 +462,7 @@ void HtmlWriter::Private::writeNewDefWarning(const Defect &def)
462462
return;
463463

464464
// a newly introduced defect
465-
this->str << " <span class='newDefect'>[<b>warning:</b> "
465+
this->str << " <span class='newFinding'>[<b>warning:</b> "
466466
<< this->newDefMsg << "]</span>";
467467
}
468468

0 commit comments

Comments
 (0)