diff --git a/app/views/profile/widget-avatar.php b/app/views/profile/widget-avatar.php index ebf5e35b46c1d9a04e721c985ba82ca585bd9bdb..157b74a17253d7b35f7fe0371246dc162a5fe5b0 100644 --- a/app/views/profile/widget-avatar.php +++ b/app/views/profile/widget-avatar.php @@ -30,8 +30,9 @@ <? if ($score && $score_title): ?> <div class="minor"> <a href="<?= URLHelper::getLink('dispatch.php/score') ?>" title="<?= _('Zur Rangliste') ?>"> - <div><?= _('Stud.IP-Punkte') ?>: <?= number_format($score, 0, ',', '.') ?></div> - <div><?= _('Rang') ?>: <?= htmlReady($score_title) ?></div> + <?= _('Stud.IP-Punkte') ?>: <?= number_format($score, 0, ',', '.') ?> + <br /> + <?= _('Rang') ?>: <?= htmlReady($score_title) ?> </a> </div> <? endif; ?>