Better text breaking on hendelser

This commit is contained in:
2018-02-24 17:49:17 +01:00
parent 43fb843b17
commit ebe3ce0e1e
3 changed files with 7 additions and 7 deletions

View File

@@ -35,7 +35,7 @@ foreach($agenda->getNextDays() as $period => $events) {
<?php $description = $event->getDescription(); ?>
<?php if ($description_paragraphs) array_splice($description, $description_paragraphs); ?>
<p><?= implode($description, "</p>\n<p>") ?></p>
<p><?= implode($description, "<br>") ?></p>
<ul class="subtext">
<li>Tid: <strong><?= Agenda::getFormattedDate($event->getStart()) ?></strong>