mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-04 07:47:34 +02:00
[ticket/10258] Change the DOCTYPE to HTML5
PHPBB3-10258
This commit is contained in:
@@ -44,7 +44,7 @@ fwrite($fp, $contents);
|
||||
fclose($fp);
|
||||
|
||||
$html_skeleton = '
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="subSilver.css" type="text/css">
|
||||
@@ -362,7 +362,7 @@ echo '<br>Store Files';
|
||||
$fp = fopen($store_dir . 'index.html', 'w');
|
||||
|
||||
$html_data = '
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="subSilver.css" type="text/css">
|
||||
@@ -427,7 +427,7 @@ fwrite($common_fp, "<?php\n\n \$lang = array(\n");
|
||||
$fp = fopen($store_dir . 'lang_index.html', 'w');
|
||||
|
||||
$html_data = '
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="subSilver.css" type="text/css">
|
||||
|
Reference in New Issue
Block a user