From 5fd6cf88279b21ae2851c5fd5fdddd964133d47f Mon Sep 17 00:00:00 2001 From: CodeSteak Date: Sun, 12 Jan 2020 16:02:10 +0100 Subject: [PATCH] Fix Error Pages class attributes --- .../main/resources/templates/error/404.html | 18 ++++++++---------- .../main/resources/templates/error/500.html | 18 ++++++++---------- 2 files changed, 16 insertions(+), 20 deletions(-) diff --git a/prototype/src/main/resources/templates/error/404.html b/prototype/src/main/resources/templates/error/404.html index 09f6d26..e843463 100644 --- a/prototype/src/main/resources/templates/error/404.html +++ b/prototype/src/main/resources/templates/error/404.html @@ -7,18 +7,16 @@ -
-
-
-

Error 404

-
-

Ein Fehler ist aufgetreten. Die gewünschte Ressource konnte nicht gefunden werden.

- - -
+
+
+

Error 404

+
+

Ein Fehler ist aufgetreten. Die gewünschte Ressource konnte nicht gefunden werden.

+ +
-
+
diff --git a/prototype/src/main/resources/templates/error/500.html b/prototype/src/main/resources/templates/error/500.html index 8e8d847..4f8b8ee 100644 --- a/prototype/src/main/resources/templates/error/500.html +++ b/prototype/src/main/resources/templates/error/500.html @@ -7,18 +7,16 @@ -
-
-
-

Error 500

-
-

Ein Fehler ist aufgetreten. Bitte versuche es später nocheinmal.

- - -
+
+
+

Error 500

+
+

Ein Fehler ist aufgetreten. Bitte versuche es später nocheinmal.

+ +
-
+