Skip to content

Commit

Permalink
[JENKINS-9426] Don't escape a title of the entry tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
ssogabe committed May 6, 2011
1 parent b5642ef commit 7501670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/resources/lib/form/entry.jelly
Expand Up @@ -67,7 +67,7 @@ THE SOFTWARE.
<tr>
<td class="setting-leftspace"><st:nbsp/></td>
<td class="setting-name">
${attrs.title}
<j:out value="${attrs.title}" />
</td>
<td class="setting-main">
<d:invokeBody />
Expand Down

0 comments on commit 7501670

Please sign in to comment.