File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 126126 <label class="user-saml-standalone-label" for="user-saml-<?php p ($ key ) ?> "><?php p ($ attribute ['text ' ]) ?> </label><br/>
127127 <?php if ($ attribute ['type ' ] === 'line ' ): ?>
128128 <input id="user-saml-<?php p ($ key ) ?> " name="<?php p ($ key ) ?> " value="<?php p ($ _ ['config ' ]['sp- ' . $ key ] ?? '' ) ?> " type="text" <?php if (isset ($ attribute ['required ' ]) && $ attribute ['required ' ] === true ): ?> class="required"<?php endif ;?> />
129- <? else : ?>
129+ <?php else : ?>
130130 <textarea id="user-saml-<?php p ($ key ) ?> " name="<?php p ($ key ) ?> " <?php if (isset ($ attribute ['required ' ]) && $ attribute ['required ' ] === true ): ?> class="required"<?php endif ;?> ><?php p ($ _ ['config ' ]['sp- ' . $ key ] ?? '' ) ?> </textarea>
131131 <?php endif ; ?>
132132 </p>
You can’t perform that action at this time.
0 commit comments