Remove references to non-existent image files in error pages

phpcs-errors:0 phpunit-status:successful phpstan-errors:1
This commit is contained in:
Joshua Ramon Enslin 2020-11-08 13:45:49 +01:00 committed by Stefan Rohde-Enslin
parent 681665cabd
commit 5af76abcb7
Signed by: jrenslin
GPG Key ID: 46016F84501B70AE

View File

@ -108,8 +108,6 @@ function mdExceptionHandler(Throwable $exception):void {
<meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="viewport" content="width=device-width, initial-scale=1" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/> <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<link rel="manifest" href="./manifest.webmanifest" /> <link rel="manifest" href="./manifest.webmanifest" />
<link rel="shortcut icon" sizes="16x16 32x32" href="./db_images_gestaltung/mdlogo-32px.png" />
<link rel="shortcut icon" sizes="64x64" href="./db_images_gestaltung/mdlogo-64px.png" />
<link rel="stylesheet" type="text/css" href="css/main.min.css?2020013517" /> <link rel="stylesheet" type="text/css" href="css/main.min.css?2020013517" />
<link rel="stylesheet" type="text/css" href="css/errorPage.css" />'; <link rel="stylesheet" type="text/css" href="css/errorPage.css" />';
if (!empty($_SESSION['dark-theme'])) $output .= ' if (!empty($_SESSION['dark-theme'])) $output .= '
@ -122,7 +120,7 @@ function mdExceptionHandler(Throwable $exception):void {
<body> <body>
<main> <main>
<img src="./db_images_gestaltung/mdlogo-256px.png" /> <img src="/assets/img/mdlogo-csvxml.svg" />
<p>' . $errorMsg . '</p> <p>' . $errorMsg . '</p>
<nav> <nav>