From 3b376edfb1b2049e0cd0e413762387860c52a5fc Mon Sep 17 00:00:00 2001 From: HWFord <54360213+HWFord@users.noreply.github.com> Date: Tue, 9 Jul 2024 11:42:34 +0200 Subject: [PATCH] related #2147 add sans serif in some themes we don't have open sans so use a sans serif font --- include/functions_html.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/functions_html.inc.php b/include/functions_html.inc.php index b8620f80a..75f324537 100644 --- a/include/functions_html.inc.php +++ b/include/functions_html.inc.php @@ -267,7 +267,7 @@ function access_denied() $access_denied_html = ''. - '
'.l10n('You are not authorized to access the requested page').'
';