Skip to content

Commit

Permalink
[JENKINS-9426] Fixed Raw HTML code. "updates" and "available" tab.
Browse files Browse the repository at this point in the history
  • Loading branch information
ssogabe committed Apr 19, 2011
1 parent 9f85448 commit 02a77ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/resources/hudson/PluginManager/table.jelly
Expand Up @@ -99,7 +99,7 @@ THE SOFTWARE.
<a href="${p.wiki}"><st:out value="${p.displayName}"/></a>
</div>
<j:if test="${p.excerpt!=null}">
<div class="excerpt">${p.excerpt}</div>
<div class="excerpt"><j:out value="${p.excerpt}" /></div>
</j:if>
<j:if test="${!p.isCompatibleWithInstalledVersion()}">
<div class="compatWarning">${%compatWarning}</div>
Expand Down

0 comments on commit 02a77ab

Please sign in to comment.