diff --git a/resources/themes/pterodactyl/base/index.blade.php b/resources/themes/pterodactyl/base/index.blade.php index 8b44b48df..a4ed83277 100644 --- a/resources/themes/pterodactyl/base/index.blade.php +++ b/resources/themes/pterodactyl/base/index.blade.php @@ -78,7 +78,7 @@ @if (! empty($server->description)) -

{{ str_limit($server->description, 400) }}

+

{{ str_limit($server->description, 400) }}

@endif @endforeach