From 5c1ae2385f9e6c0c2050e5b0cb505d25bdbe27e0 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Sun, 02 Oct 2011 17:21:20 -0400 Subject: [PATCH] Delete the test user account as part of cleanup. --- src/com/gitblit/wicket/pages/BlamePage.html | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/com/gitblit/wicket/pages/BlamePage.html b/src/com/gitblit/wicket/pages/BlamePage.html index 2e20c18..ccbfcec 100644 --- a/src/com/gitblit/wicket/pages/BlamePage.html +++ b/src/com/gitblit/wicket/pages/BlamePage.html @@ -19,12 +19,12 @@ <div wicket:id="breadcrumbs">[breadcrumbs]</div> <!-- blame content --> - <table class="annotated" style="border-top: 0px; margin-bottom:5px;"> + <table class="annotated" style="margin-bottom:5px;"> <tbody> <tr> <th>Commit</th> <th>Line</th> - <th>Data</th> + <th>Content</th> </tr> <tr wicket:id="annotation"> <td><span class="sha1" wicket:id="commit"></span></td> -- Gitblit v1.9.1