From f31379ee8a9c80fced6a635a6630fc096dc2c306 Mon Sep 17 00:00:00 2001
From: Jonas Leder <jonas@jonasled.de>
Date: Sun, 20 Dec 2020 01:28:35 +0100
Subject: [PATCH] bugfix on "grabbing files"

---
 404.html         | 2 +-
 internal/500.php | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/404.html b/404.html
index c1167af..436a31a 100644
--- a/404.html
+++ b/404.html
@@ -32,7 +32,7 @@
         {
             action: 'type',
             strings: ["Accessing files.."],
-            output: 'grabbing files..<br><br>',
+            output: '<span class="gray">grabbing files.. </span><br>&nbsp;',
             postDelay: 1000
         },
         {
diff --git a/internal/500.php b/internal/500.php
index 4316212..6b3cfb8 100644
--- a/internal/500.php
+++ b/internal/500.php
@@ -36,7 +36,7 @@ function getError500()
              {
                  action: 'type',
                  strings: ["Accessing restricted files.."],
-                 output: 'grabbing files..<br><br>',
+                 output: '<span class="gray">grabbing files.. </span><br>&nbsp;',
                  postDelay: 1000
              },
              {
-- 
GitLab