Skip to content

Commit 3547b5c

Browse files
authored
remove crossorigin="anonymous"
1 parent d4990de commit 3547b5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/view/list.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<meta http-equiv="X-UA-Compatible" content="IE=edge">
1717
<meta name="viewport" content="width=device-width, initial-scale=1">
1818
<title>Log Reader</title>
19-
<link rel="stylesheet" href="<?= $bootstrapCssUrl ?>" crossorigin="anonymous">
19+
<link rel="stylesheet" href="<?= $bootstrapCssUrl ?>">
2020
</head>
2121
<body>
2222
<div class="container">

0 commit comments

Comments
 (0)