Make description in HTML.

This commit is contained in:
2016-08-29 18:24:21 +02:00
parent 772dd62a55
commit 60cadc9284
4 changed files with 11 additions and 11 deletions

View File

@@ -49,7 +49,7 @@ $agenda = new \pvv\side\Agenda([
<?php $description = $event->getDescription(); ?>
<?php if ($limit) array_splice($description, $limit); ?>
<p><?= implode($description, "</p>\n<p>") ?></p>
<?= implode($description, "</p>\n<p>") ?>
<p><a class="btn" href="#">Påminn meg</a>
</article>