From c4b77302c8a33d9dd1d0a93b20a4ab3a1a3e1e54 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 20 Feb 2025 23:00:29 +0100 Subject: Add some missing tags. --- src/verify_report.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/verify_report.h b/src/verify_report.h index 98431102..a9ec1155 100644 --- a/src/verify_report.h +++ b/src/verify_report.h @@ -201,9 +201,9 @@ public: void list_item(std::string const& text, boost::optional type = {}) override { if (type) { - _file.puts(dcp::String::compose("
  • %2", *type, text).c_str()); + _file.puts(dcp::String::compose("
  • %2
  • ", *type, text).c_str()); } else { - _file.puts(dcp::String::compose("
  • %1", text).c_str()); + _file.puts(dcp::String::compose("
  • %1
  • ", text).c_str()); } } -- cgit v1.2.3