display description properly

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@440374 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Porter 2006-09-05 15:37:45 +00:00
parent b2d80fe809
commit 0f99012b6b
2 changed files with 8 additions and 1 deletions

View File

@ -34,7 +34,9 @@
--%>
</p>
<p>${mode.description}</p>
<c:if test="${!empty(model.description)}">
<blockquote>${model.description}</blockquote>
</c:if>
<table>
<tr>

View File

@ -267,3 +267,8 @@ a:link, a:visited {
a:active, a:hover {
color: #f30;
}
blockquote {
border-left: 1px solid #DFDEDE;
padding-left: 1em;
}