last one of these i promise

This commit is contained in:
halworsen 2018-02-13 16:54:39 +01:00
parent 98f882233c
commit af97383e01
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ $projects = array_values(array_filter(
<div class="event-info">
<h3 class="no-chin"><?= $project->getName() . " (ID: " . $projectID . ")"; ?></h3>
<p class="subnote"><?= 'Organisert av: ' . $project->getOwner(); ?></p>
<p><?= implode($event->getDescription(), "</p>\n<p>"); ?></p>
<p><?= implode($project->getDescription(), "</p>\n<p>"); ?></p>
</div>
<div class="event-actions">