From 412a77b7c1ba1819f4bf1c0697ddd19d7af21e19 Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Mon, 6 Oct 2025 19:15:43 +0200 Subject: fix(frontend): malformed title and quote after hot update --- backend/templates/log.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'backend/templates/log.html') diff --git a/backend/templates/log.html b/backend/templates/log.html index 47a5d04..1dcf1bc 100644 --- a/backend/templates/log.html +++ b/backend/templates/log.html @@ -1,6 +1,6 @@ {{define "body"}}
-

{{ .Title }}

+

{{ .LogTitle }}

{{ .Description }}

@@ -10,4 +10,4 @@ {{ .Content }}
-{{end}} \ No newline at end of file +{{end}} -- cgit v1.2.3