fix organization tag

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@885034 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Porter 2009-11-27 22:01:10 +00:00
parent f5c8218abe
commit 99f6382dd3
1 changed files with 2 additions and 2 deletions

View File

@ -168,11 +168,11 @@
<th>Organisation</th>
<td>
<c:choose>
<c:when test="${model.organization != null}">
<c:when test="${model.organization.url != null}">
<a href="${model.organization.url}">${model.organization.organizationName}</a>
</c:when>
<c:otherwise>
${model.organization.name}
${model.organization.organizationName}
</c:otherwise>
</c:choose>
</td>