From 6537deb8b76b7a4725c40a174a7c440385f88e51 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Thu, 05 Jun 2014 10:20:59 -0400 Subject: [PATCH] Revise language/locale preference handling --- src/main/java/com/gitblit/wicket/pages/EmptyRepositoryPage_zh_CN.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/java/com/gitblit/wicket/pages/EmptyRepositoryPage_zh_CN.html b/src/main/java/com/gitblit/wicket/pages/EmptyRepositoryPage_zh_CN.html index 151abc4..1acf4f8 100644 --- a/src/main/java/com/gitblit/wicket/pages/EmptyRepositoryPage_zh_CN.html +++ b/src/main/java/com/gitblit/wicket/pages/EmptyRepositoryPage_zh_CN.html @@ -10,7 +10,7 @@ <div class="markdown"> <div class="row"> <div class="span10 offset1"> - <h2><center>空版本库</center></h2> + <h3><center>空版本库</center></h3> <div class="alert alert-info"> <span wicket:id="repository" style="font-weight: bold;">[repository]</span> 版本库目前为空。 Gitblit 无法查看。 -- Gitblit v1.9.1