fix mobile experience for /aktiviteter

This commit is contained in:
2025-08-14 22:17:25 +02:00
parent f3c439d038
commit 602ae1f396
3 changed files with 2 additions and 3 deletions

View File

@@ -55,6 +55,7 @@ $day = (isset($_GET['day']))
<em><?php echo $event->getRelativeDate(); ?></em>
<?php if (Agenda::isToday($event->getStart())) { ?></strong><?php } ?>
<?php if ($event->getURL()) { ?>
<br>
<a href="<?php echo $event->getURL(); ?>"><?php echo $event->getName(); ?></a>
<?php } else { ?>
<?php echo $event->getName(); ?>