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');
?>