File tree Expand file tree Collapse file tree
omod/src/main/webapp/pages Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4343 ${ ui. message(" referenceapplication.app.appId.label" ) } (${ ui. message(" coreapps.formValidation.messages.requiredField.label" ) } )
4444 </span >
4545 </label >
46- <input class =" form-control form-control-sm form-control-lg form-control-md required" id =" appId-field" type =" text" name =" appId" value =" ${ userApp. appId ? ui. escapeJs (ui. escapeHtml(userApp. appId)) : " " } " size =" 80" placeholder =" ${ ui. message(" referenceapplication.app.definition.placeholder" ) } " />
46+ <input class =" form-control form-control-sm form-control-lg form-control-md required" id =" appId-field" type =" text" name =" appId" value =" ${ userApp. appId ? ui. encodeJavaScript (ui. escapeHtml(userApp. appId)) : " " } " size =" 80" placeholder =" ${ ui. message(" referenceapplication.app.definition.placeholder" ) } " />
4747 <% } % >
4848 </p >
4949 <p >
You can’t perform that action at this time.
0 commit comments