committed by
Frédéric Guillot
parent
adf7430b72
commit
3c5cafc8eb
@@ -71,10 +71,10 @@ class ProjectHeaderHelper extends Base
|
|||||||
|
|
||||||
if (! empty($project['description'])) {
|
if (! empty($project['description'])) {
|
||||||
$description .= '<hr>'.PHP_EOL.PHP_EOL;
|
$description .= '<hr>'.PHP_EOL.PHP_EOL;
|
||||||
$description .= $this->helper->text->markdown($project['description']);
|
$description .= $this->helper->text->markdown($project['description'] ?: '');
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
$description = $this->helper->text->markdown($project['description']);
|
$description = $this->helper->text->markdown($project['description'] ?: '');
|
||||||
}
|
}
|
||||||
|
|
||||||
return $description;
|
return $description;
|
||||||
|
|||||||
Reference in New Issue
Block a user