mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/10258] Add HTML5 meta charset tag
This allows knowing the charset when saving web pages to disk. Also, this is supported by all browsers. PHPBB3-10258
This commit is contained in:
@@ -208,6 +208,7 @@ if ($has_global && !$ga_forum_id)
|
||||
<!DOCTYPE html>
|
||||
<html dir="<?php echo $lang['DIRECTION']; ?>" lang="<?php echo $lang['USER_LANG']; ?>">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
||||
<title><?php echo $lang['UPDATING_TO_LATEST_STABLE']; ?></title>
|
||||
|
||||
@@ -257,6 +258,7 @@ header('Content-type: text/html; charset=UTF-8');
|
||||
<!DOCTYPE html>
|
||||
<html dir="<?php echo $lang['DIRECTION']; ?>" lang="<?php echo $lang['USER_LANG']; ?>">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
||||
<title><?php echo $lang['UPDATING_TO_LATEST_STABLE']; ?></title>
|
||||
|
||||
|
Reference in New Issue
Block a user