From 98f882233c7e9a290f5b11c0aab75b84465bbd3f Mon Sep 17 00:00:00 2001 From: halworsen Date: Tue, 13 Feb 2018 16:41:03 +0100 Subject: [PATCH] Implode project description everywhere else Forgot these --- www/admin/prosjekter/edit.php | 2 +- www/prosjekt/edit.php | 2 +- www/prosjekt/index.php | 2 +- www/prosjekt/mine.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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){ getName() . '" class="boxinput">' ?>

Beskrivelse

- +
diff --git a/www/prosjekt/edit.php b/www/prosjekt/edit.php index 2a26854..f11b361 100644 --- a/www/prosjekt/edit.php +++ b/www/prosjekt/edit.php @@ -70,7 +70,7 @@ if($new == 0){

Beskrivelse

Hva går prosjektet ditt ut på?

- + getID() . '" />' ?> 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() . ""; ?>

getOwner(); ?>

-

getDescription(); ?>

+

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(

getID() . '">' . $project->getName() . ''; ?>

-

getDescription(); ?>

+

getDescription(), "

\n

"); ?>