Skip to content

Commit

Permalink
fix typo (#5687)
Browse files Browse the repository at this point in the history
  • Loading branch information
staabm committed Apr 10, 2023
1 parent b107054 commit e2ac621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redaxo/src/core/fragments/core/footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<li><a href="https://www.yakamara.de" target="_blank" rel="noreferrer noopener">yakamara.de</a></li>
<li><a href="https://www.redaxo.org" target="_blank" rel="noreferrer noopener">redaxo.org</a></li>
<?php if (rex::getUser()?->isAdmin()): ?>
<li><a href="https://www.redaxo.org/doku/main" target="_blank" rel="noreferrer noopener' ?>"><?= rex_i18n::msg('footer_doku') ?></a></li>
<li><a href="https://www.redaxo.org/doku/main" target="_blank" rel="noreferrer noopener"><?= rex_i18n::msg('footer_doku') ?></a></li>
<?php endif ?>
<li><a href="<?= rex::getUser() ? rex_url::backendPage('credits') : 'https://www.redaxo.org/" target="_blank" rel="noreferrer noopener' ?>"><?= rex_i18n::msg('footer_credits') ?></a></li>
<li class="rex-js-script-time"><!--DYN--><?= rex_i18n::msg('footer_scripttime', $this->time) ?><!--/DYN--></li>
Expand Down

0 comments on commit e2ac621

Please sign in to comment.