Skip to content

Commit

Permalink
Update entry.jelly
Browse files Browse the repository at this point in the history
  • Loading branch information
janfaracik committed Nov 14, 2021
1 parent c282ba2 commit a724bf2
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 @@ -72,7 +72,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 ${attrs.class}">
<div class="jenkins-form-item tr ${attrs.class}">
<j:choose>
<j:when test="${possiblyEscapedTitle!=null}">
<div class="jenkins-form-label help-sibling">
Expand Down

0 comments on commit a724bf2

Please sign in to comment.