From: pdontthink Date: Sat, 13 Oct 2018 22:59:15 +0000 (+0000) Subject: Make sure link tags are proper XHTML X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=d7d9e676a0316751ec05602c44dfed58e65db175;hp=dd9b67091da161882deab8e8bdd046ba3e2be6c6 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 --- 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);