From 072643f0b4b808d7fdf4cb73c65045e3b034dad8 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Fri, 15 Apr 2011 17:32:28 -0400 Subject: [PATCH] Show commit parents on separate lines. "tagger" instead of "author". --- src/com/gitblit/wicket/BasePage.html | 10 +++++++--- 1 files changed, 7 insertions(+), 3 deletions(-) diff --git a/src/com/gitblit/wicket/BasePage.html b/src/com/gitblit/wicket/BasePage.html index ccd8c12..c3c56ef 100644 --- a/src/com/gitblit/wicket/BasePage.html +++ b/src/com/gitblit/wicket/BasePage.html @@ -1,5 +1,9 @@ -<?xml version="1.0" encoding="UTF-8"?> -<html xmlns="http://www.w3.org/1999/xhtml" xmlns:wicket="http://wicket.apache.org/dtds.data/wicket-xhtml1.4-strict.dtd"> +<!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 with Wicket-controlled resources in this package --> <wicket:head> <title wicket:id="title">[page title]</title> @@ -28,7 +32,7 @@ <div style="float:right"> <a href="http://gitblit.com"><span wicket:id="gbVersion"></span></a> </div> - <div wicket:id="footerText">[footer text]</div> + <div wicket:id="userPanel">[user panel]</div> </div> </body> </html> \ No newline at end of file -- Gitblit v1.9.1