Skip to content

Commit

Permalink
Merge pull request #210 from madsjakobsen/update-cssclass-for-summary…
Browse files Browse the repository at this point in the history
…-template

Add missing `$` in summary template
  • Loading branch information
mPokornyETM authored Nov 14, 2024
2 parents 866373e + 9e66fcf commit 9ef9b84
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ THE SOFTWARE.
<j:jelly xmlns:j="jelly:core" xmlns:t="/lib/hudson">
<j:if test="${it.icon != null &amp;&amp; it.icon != ''}">
<t:summary icon="${it.icon}" href="${it.link}">
<span class="{it.cssClass}" style="${it.style}">
<span class="${it.cssClass}" style="${it.style}">
${it.text}
</span>
</t:summary>
Expand Down

0 comments on commit 9ef9b84

Please sign in to comment.