Skip to content

Commit ba47c5a

Browse files
feat(settings): optional config option for sp entityId - fix linter messages
1 parent d4fff98 commit ba47c5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/admin.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
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>

0 commit comments

Comments
 (0)