Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[JENKINS-9426] Fixed Ras HTML. Cause description.
  • Loading branch information
ssogabe committed Apr 19, 2011
1 parent 02a77ab commit e31f505
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 e31f505

Please sign in to comment.