diff options
author | Stardrad Yin <yin8086@gmail.com> | 2013-01-23 16:38:04 +0800 |
---|---|---|
committer | Stardrad Yin <yin8086@gmail.com> | 2013-01-23 16:38:04 +0800 |
commit | 16c59e8186ee10d59cfb7063f8383882e49c35d6 (patch) | |
tree | 2bddde09fbb44700defb1d55c6fd58b43bd0022b /src/com/gitblit | |
parent | aefb59ef98522ef8a10ab64b25840f11e622e1c7 (diff) | |
download | gitblit-16c59e8186ee10d59cfb7063f8383882e49c35d6.tar.gz gitblit-16c59e8186ee10d59cfb7063f8383882e49c35d6.zip |
modify EmptyRepositoryPage_zh_CN.html
Diffstat (limited to 'src/com/gitblit')
-rw-r--r-- | src/com/gitblit/wicket/pages/EmptyRepositoryPage_zh_CN.html | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/com/gitblit/wicket/pages/EmptyRepositoryPage_zh_CN.html b/src/com/gitblit/wicket/pages/EmptyRepositoryPage_zh_CN.html index 38261193..4b21800e 100644 --- a/src/com/gitblit/wicket/pages/EmptyRepositoryPage_zh_CN.html +++ b/src/com/gitblit/wicket/pages/EmptyRepositoryPage_zh_CN.html @@ -1,11 +1,9 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:wicket="http://wicket.apache.org/dtds.data/wicket-xhtml1.3-strict.dtd" - xml:lang="en" - lang="en"> -<head> -<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> -</head> + xml:lang="zh-CN" + lang="zh-CN"> + <body> <wicket:extend> |