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.
234234 </j : otherwise >
235235 </j : choose >
236236 <p >Signatures already approved:</p >
237- <br >
237+ <br / >
238238 <textarea readonly =" readonly" id =" approvedSignatures" rows =" 10" cols =" 80" >
239239 <j : forEach var =" line" items =" ${it.approvedSignatures}" >${line}<st : out value =" " /></j : forEach >
240240 </textarea >
241241 <p >Signatures already approved assuming permission check:</p >
242- <br >
242+ <br / >
243243 <textarea readonly =" readonly" id =" aclApprovedSignatures" rows =" 10" cols =" 80" >
244244 <j : forEach var =" line" items =" ${it.aclApprovedSignatures}" >${line}<st : out value =" " /></j : forEach >
245245 </textarea >
You can’t perform that action at this time.
0 commit comments