Merge pull request #646 from bighamx/patch-1

Update install.php
This commit is contained in:
joyqi 2017-11-01 18:14:20 +08:00 committed by GitHub
commit 79dfede306
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -198,7 +198,7 @@ if ('zh_CN' != $lang) {
}
Typecho_Cookie::set('__typecho_lang', $lang);
ob_start();
?><!DOCTYPE HTML>
<html xmlns="http://www.w3.org/1999/xhtml">
<head lang="zh-CN">
@ -681,4 +681,5 @@ Typecho_Db::set(\$db);
<?php
include 'admin/copyright.php';
include 'admin/footer.php';
ob_end_flush();
?>