1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-10 18:54:08 +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:
Igor Wiedler
2011-07-29 16:32:22 +02:00
parent 04c0d6461f
commit 681c4a478d
17 changed files with 19 additions and 0 deletions

View File

@@ -770,6 +770,7 @@ class dbal
echo '<!DOCTYPE html>
<html dir="ltr">
<head>
<meta charset="utf-8">
<title>SQL Report</title>
<link href="' . $phpbb_root_path . 'adm/style/admin.css" rel="stylesheet" type="text/css" media="screen" />
</head>