Skip to content

Commit

Permalink
[JENKINS-9426] Fixed Ras HTML. Cause description.
Browse files Browse the repository at this point in the history
(cherry picked from commit e31f505)
  • Loading branch information
ssogabe authored and vjuranek committed May 24, 2011
1 parent 9c237c3 commit 32dd80a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -23,5 +23,5 @@ THE SOFTWARE.
-->
<?jelly escape-by-default='true'?>
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define" xmlns:l="/lib/layout" xmlns:t="/lib/hudson" xmlns:f="/lib/form">
<span>${it.shortDescription}</span>
<span><j:out vaalue="${it.shortDescription}" /></span>
</j:jelly>
Expand Up @@ -24,5 +24,5 @@ THE SOFTWARE.

<?jelly escape-by-default='true'?>
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define" xmlns:l="/lib/layout" xmlns:t="/lib/hudson" xmlns:f="/lib/form">
<p class="warning">${it}</p>
<p class="warning"><j:out value="${it}" /></p>
</j:jelly>

0 comments on commit 32dd80a

Please sign in to comment.