Skip to content

Commit

Permalink
[JENKINS-39062] Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenc committed Oct 18, 2016
1 parent c74d2f5 commit 25fbe89
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -3,7 +3,7 @@
<td>
<j:set var="p" value="${col.getRepositoryOf(job)}"/>
<j:choose>
<j:when test="${p != null and p.homepage != null">
<j:when test="${p != null and p.homepage != null}">
<a href="${p.homepage}">${p.description}</a>
</j:when>
<j:when test="${p != null and p.homepage == null}">
Expand Down

0 comments on commit 25fbe89

Please sign in to comment.