Skip to content

Commit 8ba8bec

Browse files
committed
Fix W3C warning (The type attribute is unnecessary for JavaScript resources)
1 parent 3c82ffd commit 8ba8bec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/snippets/matomo.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php if(Matomo::allowed()) : ?>
22

3-
<script type="text/javascript">
3+
<script>
44
var _paq = window._paq || [];
55
<?php if(option('sylvainjule.matomo.disableCookies')) :?>
66
_paq.push(['disableCookies']);

0 commit comments

Comments
 (0)