Fix missing p tag without violating the purity of plaintext

This commit is contained in:
2018-02-24 17:45:51 +01:00
parent 3ccaf69549
commit 43fb843b17
4 changed files with 8 additions and 8 deletions

View File

@@ -49,7 +49,7 @@ class SimpleEvent extends Event {
}
public function getDescription() {
return array_map(function ($item) {return "<p>".$item;}, $this->descr);
return $this->descr;
}
public function isDBEvent() {