[MRM-1041]

updated browse.jsp


git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@745365 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Maria Odea B. Ching 2009-02-18 03:01:03 +00:00
parent 243a71a586
commit e9b030ba0c
1 changed files with 3 additions and 3 deletions

View File

@ -110,13 +110,13 @@
<th>Artifact ID</th>
<td>${sharedModel.artifactId}</td>
</tr>
<c:if test="${sharedModel.packaging != null}">
<c:if test="${(sharedModel.packaging != null) && (!empty sharedModel.packaging)}">
<tr>
<th>Packaging</th>
<td><code>${sharedModel.packaging}</code></td>
</tr>
</c:if>
<c:if test="${sharedModel.name != null}">
<c:if test="${(sharedModel.name != null) && (!empty sharedModel.name)}">
<tr>
<th>Name</th>
<td><code>${sharedModel.name}</code></td>
@ -127,7 +127,7 @@
<th>Organisation</th>
<td>
<c:choose>
<c:when test="${sharedModel.organization.url != null}">
<c:when test="${(sharedModel.organization.url != null) && (!empty sharedModel.organization.url)}">
<a href="${sharedModel.organization.url}">${sharedModel.organization.name}</a>
</c:when>
<c:otherwise>