From d15333133f085a7963925550c42e8d94535ceadf Mon Sep 17 00:00:00 2001 From: Simon Martens Date: Sun, 2 Mar 2025 20:17:06 +0100 Subject: [PATCH] BUGFIX: Jumptext missing in Literatur Page --- views/routes/redaktion/literatur/body.gohtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/routes/redaktion/literatur/body.gohtml b/views/routes/redaktion/literatur/body.gohtml index f1a80e9..a65a5e6 100644 --- a/views/routes/redaktion/literatur/body.gohtml +++ b/views/routes/redaktion/literatur/body.gohtml @@ -5,7 +5,7 @@
{{ if .record.Title }}

{{ .record.Title }}

{{ end }}
-
+
{{ Safe .record.Text }}