From 1e9ef5a79cf2705640736190fb026f9912015485 Mon Sep 17 00:00:00 2001 From: Noah Petherbridge Date: Sat, 16 Sep 2023 16:16:24 -0700 Subject: [PATCH] Fix word breaking on user notes page --- web/templates/account/user_notes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/templates/account/user_notes.html b/web/templates/account/user_notes.html index 7533c10..d65f71e 100644 --- a/web/templates/account/user_notes.html +++ b/web/templates/account/user_notes.html @@ -138,7 +138,7 @@ {{end}} -
{{.Message}}
+
{{.Message}}
{{end}}