From d7d9e676a0316751ec05602c44dfed58e65db175 Mon Sep 17 00:00:00 2001 From: pdontthink Date: Sat, 13 Oct 2018 22:59:15 +0000 Subject: [PATCH] Make sure link tags are proper XHTML git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@14792 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- config/config_local.example.php | 2 +- functions/page_header.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/config_local.example.php b/config/config_local.example.php index 38c0f26d..d3dc9611 100644 --- a/config/config_local.example.php +++ b/config/config_local.example.php @@ -145,5 +145,5 @@ * tag by default. If you want to retain the default favicon * while using this setting, you must include the following * as part of this setting: - * $head_tag_extra = '......'; + * $head_tag_extra = '......'; */ diff --git a/functions/page_header.php b/functions/page_header.php index ae04d929..7439b1a8 100644 --- a/functions/page_header.php +++ b/functions/page_header.php @@ -88,9 +88,9 @@ function displayHtmlHeader( $title = 'SquirrelMail', $xtra = '', $do_hook = TRUE // When not defined, a default is provided that displays the default favicon.ico. // If you override this and still want to use the default favicon.ico, you'll have to include the following // following in your $head_tag_extra string: - // $head_tag_extra = '......'; + // $head_tag_extra = '......'; // - . (empty($head_tag_extra) ? '' + . (empty($head_tag_extra) ? '' : str_replace('###SM BASEURI###', sqm_baseuri(), $head_tag_extra)); $used_fontset = (!empty($chosen_fontset) ? $chosen_fontset : $default_fontset); -- 2.25.1