From 597196ad3e40e51b84fa2115b205a0376aa17d7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anders=20G=2E=20J=C3=B8rgensen?= Date: Sat, 11 Apr 2020 00:29:39 +0200 Subject: [PATCH] Fix server-description colspan --- resources/themes/pterodactyl/base/index.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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