diff --git a/resources/themes/pterodactyl/admin/eggs/new.blade.php b/resources/themes/pterodactyl/admin/eggs/new.blade.php
index 9f55d0a55..8059363f4 100644
--- a/resources/themes/pterodactyl/admin/eggs/new.blade.php
+++ b/resources/themes/pterodactyl/admin/eggs/new.blade.php
@@ -108,6 +108,7 @@
This should be a JSON representation of what values the daemon should be looking for when booting a server to determine completion.
+
diff --git a/resources/themes/pterodactyl/admin/nodes/index.blade.php b/resources/themes/pterodactyl/admin/nodes/index.blade.php
index b4f936fb6..abaf25e54 100644
--- a/resources/themes/pterodactyl/admin/nodes/index.blade.php
+++ b/resources/themes/pterodactyl/admin/nodes/index.blade.php
@@ -56,7 +56,7 @@
@foreach ($nodes as $node)
|
- {{ $node->name }} |
+ {{ $node->name }} |
{{ $node->location->short }} |
{{ $node->memory }} MB |
{{ $node->disk }} MB |
diff --git a/resources/themes/pterodactyl/server/files/index.blade.php b/resources/themes/pterodactyl/server/files/index.blade.php
index 6b970ad70..73e23ee36 100644
--- a/resources/themes/pterodactyl/server/files/index.blade.php
+++ b/resources/themes/pterodactyl/server/files/index.blade.php
@@ -33,7 +33,7 @@
@lang('server.files.path', ['path' => '/home/container
', 'size' => '' . $node->upload_size . ' MB
'])
-
+
@endsection
diff --git a/resources/themes/pterodactyl/server/files/list.blade.php b/resources/themes/pterodactyl/server/files/list.blade.php
index e4e88b606..e6a252e5f 100644
--- a/resources/themes/pterodactyl/server/files/list.blade.php
+++ b/resources/themes/pterodactyl/server/files/list.blade.php
@@ -45,7 +45,7 @@
@if (isset($directory['first']) && $directory['first'] === true)
|
- ← |
+ ← |
|
|
|
diff --git a/resources/themes/pterodactyl/server/settings/allocation.blade.php b/resources/themes/pterodactyl/server/settings/allocation.blade.php
index 5e73ac5cc..4c7d7661d 100644
--- a/resources/themes/pterodactyl/server/settings/allocation.blade.php
+++ b/resources/themes/pterodactyl/server/settings/allocation.blade.php
@@ -74,7 +74,7 @@
@lang('server.config.allocation.help_text')
-
+
@endsection