From 1b909b038b78660130947324c2c34141630b9ad8 Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Mon, 5 Apr 2021 17:58:28 +0000 Subject: [PATCH] Bug 28091: add meta content with Koha version to staff client pages TO test: -apply patch -go to the Koha staff client and inspect the page, look at the HTML -there should be a line that looks like this: Signed-off-by: David Nind Signed-off-by: Kyle M Hall --- koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc index c2833e3009..d86649e015 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc @@ -6,6 +6,7 @@ [% PROCESS 'html_helpers.inc' %] + [%# Prevent XFS attacks -%] [% UNLESS popup %] -- 2.24.3 (Apple Git-128)