From 02c1e298dc86f69b3e2a7b37048152ea55b3fa8c Mon Sep 17 00:00:00 2001 From: Mrbytes <eguervos@msn.com> Date: Thu, 04 Oct 2012 06:40:24 -0400 Subject: [PATCH] GitBlitWebApp_es.properties: Updated with the new "fork" changes Other small corrections of syntax --- src/com/gitblit/wicket/pages/RootSubPage.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/com/gitblit/wicket/pages/RootSubPage.html b/src/com/gitblit/wicket/pages/RootSubPage.html index 554da11..2b109f9 100644 --- a/src/com/gitblit/wicket/pages/RootSubPage.html +++ b/src/com/gitblit/wicket/pages/RootSubPage.html @@ -7,7 +7,7 @@ <body> <wicket:extend> <!-- page header --> - <div class="page-header"> + <div class="pageTitle"> <h2><span wicket:id="pageName">[page name]</span> <small><span wicket:id="pageSubName">[sub name]</span></small></h2> </div> -- Gitblit v1.9.1