diff options
author | James Moger <james.moger@gitblit.com> | 2011-06-18 08:28:47 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2011-06-18 08:28:47 -0400 |
commit | 5450d08e4cd11176bcc50a5b3d001d291bd8982c (patch) | |
tree | ba1f99a65b25be6e63f5057be177483bd6bd7382 /src/com/gitblit/wicket/pages/SummaryPage.html | |
parent | 8c9a2037b5c0fed881a3ad6dd9cff364eed603d9 (diff) | |
download | gitblit-5450d08e4cd11176bcc50a5b3d001d291bd8982c.tar.gz gitblit-5450d08e4cd11176bcc50a5b3d001d291bd8982c.zip |
Mostly stable war build.
Reorganization of resources. Dropped most hard-coded webapp
configuration in favor of common web.xml file. Still contemplating
configuring git servlet from web.xml too.
Diffstat (limited to 'src/com/gitblit/wicket/pages/SummaryPage.html')
-rw-r--r-- | src/com/gitblit/wicket/pages/SummaryPage.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/com/gitblit/wicket/pages/SummaryPage.html b/src/com/gitblit/wicket/pages/SummaryPage.html index 7784a471..bbf89798 100644 --- a/src/com/gitblit/wicket/pages/SummaryPage.html +++ b/src/com/gitblit/wicket/pages/SummaryPage.html @@ -5,9 +5,7 @@ lang="en">
<wicket:head>
- <wicket:link>
- <link href="/com/gitblit/wicket/resources/markdown.css" type="text/css" rel="stylesheet" />
- </wicket:link>
+ <link href="markdown.css" type="text/css" rel="stylesheet" />
</wicket:head>
<body>
|