summaryrefslogtreecommitdiff
path: root/src/verify_report.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-07-27 14:11:05 +0200
committerCarl Hetherington <cth@carlh.net>2024-07-27 14:11:05 +0200
commit6f6318e1860d665c1c0c30a9c5735e1355453088 (patch)
tree06f4f93b335ae53479bbe3b03f9157e6a385c347 /src/verify_report.h
parent6e53e5006524dd0559abcdcad2bc50a40dbb2d91 (diff)
Report Bv2.1 errors in the bottom part of the saved verification report.v1.9.13
Diffstat (limited to 'src/verify_report.h')
-rw-r--r--src/verify_report.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/verify_report.h b/src/verify_report.h
index b8ca5516..a8ea4152 100644
--- a/src/verify_report.h
+++ b/src/verify_report.h
@@ -181,6 +181,9 @@ public:
"li.error {\n"
" background-color: #ff0000;\n"
"}\n"
+ "li.bv21-error {\n"
+ " background-color: #ff6666;\n"
+ "}\n"
"ul {\n"
" list-style: none;\n"
"}\n"