File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
<html lang="en">
3
3
<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" / >
6
6
<title>An Error Occurred: <?= $ statusText ; ?> </title>
7
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>
Original file line number Diff line number Diff line change 2
2
<!DOCTYPE html>
3
3
<html lang="en">
4
4
<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" / >
8
8
<title><?= $ _message ; ?> </title>
9
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>
You can’t perform that action at this time.
0 commit comments