diff options
author | Rafael Cavazin <rafaelcavazin@gmail.com> | 2013-01-27 12:44:24 -0200 |
---|---|---|
committer | Rafael Cavazin <rafaelcavazin@gmail.com> | 2013-01-27 12:44:24 -0200 |
commit | 71a71dad2df82bf8256c91bc48a600bafdef0d33 (patch) | |
tree | ac139e77c7e4cc840bef41496bf4e7c6d8f17a71 /src/com/gitblit/wicket/pages | |
parent | 6b35f8c32de5ebf7bedc429a6ff62709af9d5acd (diff) | |
download | gitblit-71a71dad2df82bf8256c91bc48a600bafdef0d33.tar.gz gitblit-71a71dad2df82bf8256c91bc48a600bafdef0d33.zip |
few corrections on property values
Diffstat (limited to 'src/com/gitblit/wicket/pages')
-rw-r--r-- | src/com/gitblit/wicket/pages/EmptyRepositoryPage_pt_br.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/gitblit/wicket/pages/EmptyRepositoryPage_pt_br.html b/src/com/gitblit/wicket/pages/EmptyRepositoryPage_pt_br.html index 351ef879..855f9a45 100644 --- a/src/com/gitblit/wicket/pages/EmptyRepositoryPage_pt_br.html +++ b/src/com/gitblit/wicket/pages/EmptyRepositoryPage_pt_br.html @@ -1,7 +1,7 @@ <!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="pt-br"
+ xml:lang="en"
lang="pt-br">
<body>
|