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
(cherry picked from commit 02a77ab)
  • Loading branch information
ssogabe authored and vjuranek committed May 24, 2011
1 parent afcb555 commit 9c237c3
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 9c237c3

Please sign in to comment.