Skip to content

Commit

Permalink
Fix a for attribute of a label in MultiILS login form.
Browse files Browse the repository at this point in the history
  • Loading branch information
EreMaijala authored and demiankatz committed Jan 31, 2024
1 parent a05ab18 commit 40ae884
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php $loginTargets = $this->auth()->getManager()->getLoginTargets(); ?>
<div class="form-group">
<label class="control-label" for="login_target"><?=$this->transEsc('login_target')?>:</label>
<label class="control-label" for="login_<?=$this->escapeHtmlAttr($topClass)?>_target"><?=$this->transEsc('login_target')?>:</label>
<?php
$currentTarget = $this->request->get('target');
if (!$currentTarget || !in_array($currentTarget, $loginTargets)) {
Expand Down

0 comments on commit 40ae884

Please sign in to comment.