diff --git a/src/pvv/side/simpleevent.php b/src/pvv/side/simpleevent.php index b23edea..a38f0f8 100644 --- a/src/pvv/side/simpleevent.php +++ b/src/pvv/side/simpleevent.php @@ -49,7 +49,7 @@ class SimpleEvent extends Event { } public function getDescription() { - return $this->descr; + return array_map(function ($item) {return "

".$item;}, $this->descr); } public function isDBEvent() {