From a307ff46962aa90b64087ee7c20bdf25956d2900 Mon Sep 17 00:00:00 2001 From: Dane Everitt Date: Mon, 17 Apr 2017 21:22:36 -0400 Subject: [PATCH] Should fix file editing in all bowsers --- CHANGELOG.md | 1 + .../themes/pterodactyl/server/files/edit.blade.php | 10 +++++++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec553efb..7b90adcf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ This project follows [Semantic Versioning](http://semver.org) guidelines. * `[beta.2]` — Fixes bug with Terarria and Voice servers reporting a `TypeError: Service is not a constructor` in the daemon due to a missing service configuration. * `[beta.2]` — Fixes password reset form throwing a MethodNotAllowed error when accessed. * `[beta.2]` — Fixes invalid password bug when attempting to change account email address. +* `[beta.2]` — New attempt at fixing the issues when rendering files in the browser file editor on certain browsers. ### Changed * Deleting a server safely now continues even if the daemon reports a `HTTP/404` missing server error (requires `Daemon@0.4.0-beta.2.1`) diff --git a/resources/themes/pterodactyl/server/files/edit.blade.php b/resources/themes/pterodactyl/server/files/edit.blade.php index e39d4db6..0d29e2c6 100644 --- a/resources/themes/pterodactyl/server/files/edit.blade.php +++ b/resources/themes/pterodactyl/server/files/edit.blade.php @@ -44,7 +44,9 @@ -
{{ $contents }}
+ +
+