Fix register link

This commit is contained in:
grandeljay 2022-09-27 11:16:05 +02:00
parent 6b652174f2
commit 8af2d647df

View file

@ -253,7 +253,7 @@ switch ($step) {
<h1 class="ui header"><?= __('Success') ?></h1> <h1 class="ui header"><?= __('Success') ?></h1>
<p> <p>
<a class="ui primary button" <a class="ui primary button"
href="<? Page::PAGE_REGISTER ?>" href="<?= Page::PAGE_REGISTER ?>"
title="<?= __('Register') ?>" title="<?= __('Register') ?>"
> >
<?= __('Register') ?> <?= __('Register') ?>