Implode project description everywhere else

Forgot these
This commit is contained in:
2018-02-13 16:41:03 +01:00
parent 5e10d53c36
commit 98f882233c
4 changed files with 4 additions and 4 deletions

View File

@@ -60,7 +60,7 @@ $projects = $projectManager->getAll();
<p class="noborder no-chin"><?= "<a href=\"project/?id=" . $project->getID() . "\">" . $project->getName() . "</a>"; ?></p>
<p class="subnote"><?= "Organisert av: " . $project->getOwner(); ?></p>
<span>
<p><?= $project->getDescription(); ?></p>
<p><?= implode($project->getDescription(), "</p>\n<p>"); ?></p>
</span>
</li>