Skip to content

Commit e9d8ac1

Browse files
committed
FIX: Code Syntax - check.php
1 parent 0cc2d84 commit e9d8ac1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Template/twofactor/check.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
</span>
3030
<div class="form-actions">
3131
<button type="submit" class="btn verify-btn"><?= t('Verify') ?> &#10004;</button>
32-
<?= $this->url->link(t('Cancel') .' &#10008;', 'AuthController', 'logout', array(), false, 'btn back-btn logout-button', t('Logout')) ?>
32+
<?= $this->url->link(t('Cancel') . ' &#10008;', 'AuthController', 'logout', array(), false, 'btn back-btn logout-button', t('Logout')) ?>
3333
</div>
3434
</form>
3535
<?php if ($_SERVER["REMOTE_ADDR"] == '127.0.0.1'): ?>

0 commit comments

Comments
 (0)