We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b226c7 commit 6321f09Copy full SHA for 6321f09
src/main/resources/com/cavisson/jenkins/NetstormStringParameterValue/value.jelly
@@ -2,7 +2,8 @@
2
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define"
3
xmlns:l="/lib/layout" xmlns:t="/lib/hudson" xmlns:f="/lib/form"
4
xmlns:i="jelly:fmt" xmlns:p="/lib/hudson/project">
5
- <f:entry title="${it.name}" description="${it.description}">
+ <j:set var="escapeEntryTitleAndDescription" value="false"/>
6
+ <f:entry title="${h.escape(it.name)}" description="${it.formattedDescription}">
7
<div >
8
<f:textbox name="value" value="${it.value}" readonly="true" />
9
</div>
0 commit comments