From 860218e0658ca3066f13a6e6b1e67c8c27c758c6 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: --- 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.11.0