File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/resources/org/jenkinsci/plugins/scriptsecurity/scripts/ScriptApproval Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -234,12 +234,12 @@ THE SOFTWARE.
234
234
</j : otherwise >
235
235
</j : choose >
236
236
<p >Signatures already approved:</p >
237
- <br >
237
+ <br / >
238
238
<textarea readonly =" readonly" id =" approvedSignatures" rows =" 10" cols =" 80" >
239
239
<j : forEach var =" line" items =" ${it.approvedSignatures}" >${line}<st : out value =" " /></j : forEach >
240
240
</textarea >
241
241
<p >Signatures already approved assuming permission check:</p >
242
- <br >
242
+ <br / >
243
243
<textarea readonly =" readonly" id =" aclApprovedSignatures" rows =" 10" cols =" 80" >
244
244
<j : forEach var =" line" items =" ${it.aclApprovedSignatures}" >${line}<st : out value =" " /></j : forEach >
245
245
</textarea >
You can’t perform that action at this time.
0 commit comments