diff --git a/pkg/html/report-problems.gohtml b/pkg/html/report-problems.gohtml index eb29740..d2258ad 100644 --- a/pkg/html/report-problems.gohtml +++ b/pkg/html/report-problems.gohtml @@ -26,6 +26,9 @@ {{if not .TestingHasTaggedTitle | and .Testing}}
  • Testing plugin does not have tagged title
  • {{end}} + {{if not .IconSet}} +
  • No icon set
  • + {{end}} {{if not .IconSet | and .IconExists}}
  • Icon URL does not point to an existing image
  • {{end}}