mirror of
https://github.com/typecho/typecho.git
synced 2025-03-23 19:40:22 +01:00
commit
79dfede306
@ -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();
|
||||
?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user