From 777aceb905bf2b9cf66a314b5949b169b5b2514b Mon Sep 17 00:00:00 2001 From: Bruce Bannon Date: Wed, 1 Nov 2023 03:09:50 -0600 Subject: [PATCH] Update functions.php utf-8 instead of utc-8 Thanks, Paul. --- includes/functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/functions.php b/includes/functions.php index 2b546601e..526159df8 100644 --- a/includes/functions.php +++ b/includes/functions.php @@ -5557,7 +5557,7 @@ function remember_this_view ( $view = false ) { * * @param string $doc_title * - * @global string charset Usually 'utc-8'. + * @global string charset Usually 'utf-8'. * @global string lang User's browser language preference. * @global string LANGUAGE What we think the user wants. * @@ -5566,7 +5566,7 @@ function remember_this_view ( $view = false ) { function send_doctype ( $doc_title = '' ) { global $charset, $lang, $LANGUAGE; - $charset = ( translate ( 'charset' ) ?: 'utc-8' ); + $charset = ( translate ( 'charset' ) ?: 'utf-8' ); $lang = ( languageToAbbrev ( $LANGUAGE ) ?: $_COOKIE['lang'] ?: 'en' ); return "