Skip to content

Commit 8f9c12a

Browse files
committed
Revert #47715
1 parent 04766f0 commit 8f9c12a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Resources/views/error.html.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4-
<meta charset="<?= $this->charset; ?>">
5-
<meta name="robots" content="noindex,nofollow,noarchive">
4+
<meta charset="<?= $this->charset; ?>" />
5+
<meta name="robots" content="noindex,nofollow,noarchive" />
66
<title>An Error Occurred: <?= $statusText; ?></title>
77
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 128 128%22><text y=%221.2em%22 font-size=%2296%22>❌</text></svg>">
88
<style><?= $this->include('assets/css/error.css'); ?></style>

Resources/views/exception_full.html.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!DOCTYPE html>
33
<html lang="en">
44
<head>
5-
<meta charset="<?= $this->charset; ?>">
6-
<meta name="robots" content="noindex,nofollow">
7-
<meta name="viewport" content="width=device-width,initial-scale=1">
5+
<meta charset="<?= $this->charset; ?>" />
6+
<meta name="robots" content="noindex,nofollow" />
7+
<meta name="viewport" content="width=device-width,initial-scale=1" />
88
<title><?= $_message; ?></title>
99
<link rel="icon" type="image/png" href="<?= $this->include('assets/images/favicon.png.base64'); ?>">
1010
<style><?= $this->include('assets/css/exception.css'); ?></style>

0 commit comments

Comments
 (0)