Skip to content

Commit

Permalink
Update entry.jelly
Browse files Browse the repository at this point in the history
  • Loading branch information
janfaracik committed Oct 8, 2021
1 parent b5bfaa3 commit 60e0040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/resources/lib/form/entry.jelly
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ THE SOFTWARE.
<!-- expose this so that we can look up the @field value later from prepareDatabinding.jelly -->
<j:set var="entry" value="${attrs}" />
<j:set var="possiblyEscapedTitle" value="${escapeEntryTitleAndDescription ? h.escape(attrs.title) : attrs.title}" />
<div class='jenkins-form-item'>
<div class="jenkins-form-item">
<j:choose>
<j:when test="${possiblyEscapedTitle!=null}">
<div class="jenkins-form-label help-sibling">
Expand Down

0 comments on commit 60e0040

Please sign in to comment.