Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[FIXED JENKINS-10839] Allow for HTML output in scriptler
  • Loading branch information
imod committed Feb 27, 2012
1 parent d64e932 commit 20636e7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -111,7 +111,7 @@ THE SOFTWARE.
<j:if test="${output!=null}">
<h2>${%Result}</h2>
<pre>
<st:out value="${output}" />
${output}
</pre>
</j:if>
</l:main-panel>
Expand Down

0 comments on commit 20636e7

Please sign in to comment.