Skip to content

Commit bc48f95

Browse files
authored
Merge pull request #6298 from sba/patch-2
remove unnecessary type tag
2 parents 7808f18 + 652ca94 commit bc48f95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/Views/errors/html/error_exception.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
<meta name="robots" content="noindex">
77

88
<title><?= esc($title) ?></title>
9-
<style type="text/css">
9+
<style>
1010
<?= preg_replace('#[\r\n\t ]+#', ' ', file_get_contents(__DIR__ . DIRECTORY_SEPARATOR . 'debug.css')) ?>
1111
</style>
1212

13-
<script type="text/javascript">
13+
<script>
1414
<?= file_get_contents(__DIR__ . DIRECTORY_SEPARATOR . 'debug.js') ?>
1515
</script>
1616
</head>

0 commit comments

Comments
 (0)