From ec0ea4e681136c38b17c66b40ee5dfca8ca136e4 Mon Sep 17 00:00:00 2001 From: Jonas Kohl Date: Thu, 19 Sep 2024 14:25:29 +0200 Subject: Add version info --- src/application/views/template_start.php | 1 + 1 file changed, 1 insertion(+) (limited to 'src/application/views') diff --git a/src/application/views/template_start.php b/src/application/views/template_start.php index 51f873a..cf3daf6 100644 --- a/src/application/views/template_start.php +++ b/src/application/views/template_start.php @@ -15,6 +15,7 @@ $pageTitle .= env("MYSTIC_FORUM_TITLE") ?? "Forum"; + <?= htmlentities($pageTitle) ?> -- cgit v1.2.3