From 6de3671263c307ab66ab63551064c9224c9c2665 Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Mon, 18 Apr 2011 22:36:17 -0400
Subject: [PATCH] Div to Span

---
 src/com/gitblit/wicket/panels/HistoryPanel.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/com/gitblit/wicket/panels/HistoryPanel.html b/src/com/gitblit/wicket/panels/HistoryPanel.html
index 3f120e2..ad0ff2f 100644
--- a/src/com/gitblit/wicket/panels/HistoryPanel.html
+++ b/src/com/gitblit/wicket/panels/HistoryPanel.html
@@ -18,8 +18,8 @@
        		<tr wicket:id="commit">
          		<td class="date"><span wicket:id="commitDate">[commit date]</span></td>
          		<td class="author"><span wicket:id="commitAuthor">[commit author]</span></td>
-         		<td><div wicket:id="commitShortMessage">[commit short message]</div></td>
-         		<td class="rightAlign"><div wicket:id="commitRefs">[commit refs]</div></td>         		
+         		<td><span wicket:id="commitShortMessage">[commit short message]</span></td>
+         		<td class="rightAlign"><span wicket:id="commitRefs">[commit refs]</span></td>         		
          		<td class="rightAlign">
          			<span wicket:id="historyLinks">[history links]</span>
 				</td>

--
Gitblit v1.9.1