Fix project description error in my projects page

This commit is contained in:
Markus 2018-02-24 16:57:38 +01:00
parent 32f9653a6d
commit 3832d3fde0
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ $projects = array_values(array_filter(
<div class="event">
<div class="event-info">
<h3 class="no-chin"><?= '<a href="edit.php?id=' . $project->getID() . '">' . $project->getName() . '</a>'; ?></h3>
<p><?= $project->getDescription(); ?></p>
<p><?= implode($project->getDescription()); ?></p>
</div>
</div>
</li>