From 9460102a299abe81b7612a294b63f3dcaab7df30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E8=BE=B0=E8=BD=A9?= Date: Mon, 20 Jun 2022 15:11:29 +0800 Subject: [PATCH] * Format. --- module/common/view/header.lite.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/common/view/header.lite.html.php b/module/common/view/header.lite.html.php index a522f658f7..c4981cfbae 100755 --- a/module/common/view/header.lite.html.php +++ b/module/common/view/header.lite.html.php @@ -8,7 +8,7 @@ $defaultTheme = $webRoot . 'theme/default/'; $langTheme = $themeRoot . 'lang/' . $clientLang . '.css'; $clientTheme = $this->app->getClientTheme(); $onlybody = zget($_GET, 'onlybody', 'no'); -$commonLang = array('zh-cn', 'zh-tw', 'en'); +$commonLang = array('zh-cn', 'zh-tw', 'en'); ?>