diff --git a/www/admin/prosjekter/edit.php b/www/admin/prosjekter/edit.php
index 63e3fc1..d7baf17 100644
--- a/www/admin/prosjekter/edit.php
+++ b/www/admin/prosjekter/edit.php
@@ -76,7 +76,7 @@ if($new == 0){
= '' ?>
Beskrivelse
- +Beskrivelse
Hva går prosjektet ditt ut på?
- + = '' ?> diff --git a/www/prosjekt/index.php b/www/prosjekt/index.php index 474465c..cb767c0 100644 --- a/www/prosjekt/index.php +++ b/www/prosjekt/index.php @@ -60,7 +60,7 @@ $projects = $projectManager->getAll();= "getID() . "\">" . $project->getName() . ""; ?>
= "Organisert av: " . $project->getOwner(); ?>
-= $project->getDescription(); ?>
+= implode($project->getDescription(), "
\n"); ?>
diff --git a/www/prosjekt/mine.php b/www/prosjekt/mine.php index 820ff60..a77d805 100644 --- a/www/prosjekt/mine.php +++ b/www/prosjekt/mine.php @@ -78,7 +78,7 @@ $projects = array_values(array_filter(= $project->getDescription(); ?>
+= implode($project->getDescription(), "
\n"); ?>