From 20a8bb8edccd189ce8a40cabd78a2643d2c34c68 Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Wed, 25 Apr 2012 17:30:11 -0400
Subject: [PATCH] Allow manipulating display name and email address from web ui

---
 src/com/gitblit/wicket/pages/EmptyRepositoryPage.html |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/src/com/gitblit/wicket/pages/EmptyRepositoryPage.html b/src/com/gitblit/wicket/pages/EmptyRepositoryPage.html
index 951a2d3..2b7cd02 100644
--- a/src/com/gitblit/wicket/pages/EmptyRepositoryPage.html
+++ b/src/com/gitblit/wicket/pages/EmptyRepositoryPage.html
@@ -4,10 +4,6 @@
       xml:lang="en"  
       lang="en"> 
 
-<wicket:head>
-  	<link href="markdown.css" type="text/css" rel="stylesheet" />
-</wicket:head>
-
 <body>
 <wicket:extend>
 

--
Gitblit v1.9.1