Skip to content

Commit c91ac93

Browse files
committed
close script element
1 parent a5832e4 commit c91ac93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/templates/footer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<?php
3333
foreach (["filter", "sort", "global", "tables"] as $x) {
3434
$url = getURL("js/$x.js");
35-
echo "<script src='$url'>";
35+
echo "<script src='$url'></script>";
3636
}
3737
?>
3838
</html>

0 commit comments

Comments
 (0)