]> BookStack Code Mirror - bookstack/blobdiff - app/Entities/Entity.php
Update maintenance.php
[bookstack] / app / Entities / Entity.php
index d648f68e45869b1e8c514249a87c513ed88037e7..482d217662ae20b54f62578d88367b8daacb1098 100644 (file)
@@ -234,7 +234,7 @@ class Entity extends Ownable
         if (mb_strlen($text) > $length) {
             $text = mb_substr($text, 0, $length-3) . '...';
         }
-        return  trim($text);
+        return trim($text);
     }
 
     /**