Skip to content

Commit

Permalink
[JENKINS-67300] Only check tooltip size if set as parameter.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Dec 5, 2021
1 parent 78d5430 commit 5f1a8f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/font-awesome/svg-icon.jelly
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</st:once>

<j:choose>
<j:when test="${size(tooltip) > 0}">
<j:when test="${tooltip != null and size(tooltip) > 0}">
<span class="fa-tooltip">
<span class="jenkins-tooltip">${tooltip}</span>
<svg class="fa-svg-icon ${class}">
Expand Down

0 comments on commit 5f1a8f1

Please sign in to comment.