diff --git a/app/Models/Result.php b/app/Models/Result.php index de7a6c3600a566377daf1ded546affef47fd5e07..865a28ca54db226218120362343d717dba2ac7b0 100644 --- a/app/Models/Result.php +++ b/app/Models/Result.php @@ -42,7 +42,7 @@ class Result if (strlen($this->descr) > 150) { $this->descr = wordwrap($this->descr, 150); $this->descr = substr($this->descr, 0, strpos($this->descr, "\n")); - + $this->descr .= "…"; // Ellipsis character } $this->gefVon = trim($gefVon); $this->gefVonLink = trim($gefVonLink);