From b03e2694b636ec5d05ea1d0b233db07e8e37bf98 Mon Sep 17 00:00:00 2001 From: Taras Madan Date: Thu, 6 Feb 2025 11:01:02 +0100 Subject: all: fix html warnings Wrong closing tags etc. --- pkg/manager/html/common.html | 4 ++-- pkg/manager/html/crash.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'pkg/manager/html') diff --git a/pkg/manager/html/common.html b/pkg/manager/html/common.html index ea76b5a63..1a6d1c0ef 100644 --- a/pkg/manager/html/common.html +++ b/pkg/manager/html/common.html @@ -21,10 +21,10 @@ Use of this source code is governed by Apache 2 LICENSE that can be found in the diff --git a/pkg/manager/html/crash.html b/pkg/manager/html/crash.html index 6554f2817..48c50ab71 100644 --- a/pkg/manager/html/crash.html +++ b/pkg/manager/html/crash.html @@ -23,7 +23,7 @@ Report: {{.Triaged}} log {{if $c.Report}} - report + report {{end}} {{formatTime $c.Time}} -- cgit mrf-deployment