Skip to content
This repository was archived by the owner on Jun 25, 2024. It is now read-only.

Commit 56b6fb8

Browse files
author
Steve Bagwell
committed
remove extra closing-opening php tags
1 parent 7d35cfa commit 56b6fb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

themes/material/mfa/prompt-for-mfa-totp.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ class="icon">
3030

3131
<div class="mdl-card__title center">
3232
<?php
33-
$idpName = htmlentities($this->configuration->getValue('idp_display_name', $this->configuration->getValue('idp_name', '')));
33+
$idpName = htmlentities($this->configuration->getValue('idp_display_name', $this->configuration->getValue('idp_name', '')));
34+
echo $this->t('{material:mfa:account}', ['{idpName}' => $idpName]);
3435
?>
35-
<?= $this->t('{material:mfa:account}', ['{idpName}' => $idpName]) ?>
3636
</div>
3737

3838
<div class="mdl-card__supporting-text" layout-children="column">

0 commit comments

Comments
 (0)