File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4
4
<meta charset="<?= $ this ->charset ; ?> " />
5
5
<meta name="robots" content="noindex,nofollow,noarchive" />
6
6
<title>An Error Occurred: <?= $ statusText ; ?> </title>
7
- <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>">
7
+ <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>" / >
8
8
<style><?= $ this ->include ('assets/css/error.css ' ); ?> </style>
9
9
</head>
10
10
<body>
Original file line number Diff line number Diff line change 6
6
<meta name="robots" content="noindex,nofollow" />
7
7
<meta name="viewport" content="width=device-width,initial-scale=1" />
8
8
<title><?= $ _message ; ?> </title>
9
- <link rel="icon" type="image/png" href="<?= $ this ->include ('assets/images/favicon.png.base64 ' ); ?> ">
9
+ <link rel="icon" type="image/png" href="<?= $ this ->include ('assets/images/favicon.png.base64 ' ); ?> " / >
10
10
<style><?= $ this ->include ('assets/css/exception.css ' ); ?> </style>
11
11
<style><?= $ this ->include ('assets/css/exception_full.css ' ); ?> </style>
12
12
</head>
You can’t perform that action at this time.
0 commit comments