fix: jump to next button: div -> span (#5216)

This commit is contained in:
maTh 2023-03-19 22:33:23 +01:00 committed by GitHub
parent 9b424a8fd8
commit 34f62896ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -37,9 +37,9 @@ if ($hasAccess) { ?>
formaction="<?= Minz_Url::display($url_mark_read) ?>"
type="submit">
<span class="bigTick"></span><br />
<span class="markAllRead"><?= _t('gen.stream.mark_all_read') ?></span>
<span class="markAllRead"><?= _t('gen.stream.mark_all_read') ?></span><br />
<?php if (FreshRSS_Context::$user_conf->onread_jump_next) { ?>
<div class="jumpNext"><?= _t('conf.reading.jump_next') ?></div>
<span class="jumpNext"><?= _t('conf.reading.jump_next') ?></span>
<?php } ?>
</button>
<?php } else { ?>