Quellcode durchsuchen

fix organization tag


git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@885034 13f79535-47bb-0310-9956-ffa450edef68
tags/archiva-1.3
Brett Porter vor 14 Jahren
Ursprung
Commit
99f6382dd3

+ 2
- 2
archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/include/artifactInfo.jspf Datei anzeigen

@@ -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>

Laden…
Abbrechen
Speichern