diff options
author | James Moger <james.moger@gitblit.com> | 2011-04-07 17:59:56 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2011-04-07 17:59:56 -0400 |
commit | 1e47ab18a003df93e749211271554981e3af7689 (patch) | |
tree | 21dadcf49d4675fe5f08a34444162d57fd92eeed /src/com/gitblit/wicket/pages/BranchesPage.html | |
parent | cebf455f3fd54b72e530942f308097ec54b408cd (diff) | |
download | gitblit-1e47ab18a003df93e749211271554981e3af7689.tar.gz gitblit-1e47ab18a003df93e749211271554981e3af7689.zip |
Localized all strings for translation. Removed old resources.
Diffstat (limited to 'src/com/gitblit/wicket/pages/BranchesPage.html')
-rw-r--r-- | src/com/gitblit/wicket/pages/BranchesPage.html | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/com/gitblit/wicket/pages/BranchesPage.html b/src/com/gitblit/wicket/pages/BranchesPage.html index 0d0657ef..33d50825 100644 --- a/src/com/gitblit/wicket/pages/BranchesPage.html +++ b/src/com/gitblit/wicket/pages/BranchesPage.html @@ -1,5 +1,9 @@ -<?xml version="1.0" encoding="UTF-8"?>
-<html xmlns="http://www.w3.org/1999/xhtml" >
+<!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">
+
<body>
<wicket:extend>
|