Skip to content

Commit 24e8781

Browse files
committed
Fix indentation for script tags in header template
1 parent 9973c0d commit 24e8781

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

web/templates/layouts/_header.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -511,9 +511,9 @@ <h5 class="modal-title" id="hideTrafficModalLabel">
511511
<script src="https://cdn.datatables.net/1.13.6/js/dataTables.bootstrap5.min.js"></script>
512512

513513
<!-- Core JavaScript -->
514-
<script src="/static/js/core/refresh-manager.js"></script>
515-
<script src="/static/js/core/api.js"></script>
516-
<script src="/static/js/core/charts.js"></script>
517-
<script src="/static/js/core/utils.js"></script>
518-
<script src="/static/js/core/tooltips.js"></script>
514+
<script src="/static/js/core/refresh-manager.js"></script>
515+
<script src="/static/js/core/api.js"></script>
516+
<script src="/static/js/core/utils.js"></script>
517+
<script src="/static/js/core/charts.js"></script>
518+
<script src="/static/js/core/tooltips.js"></script>
519519
{{end}}

0 commit comments

Comments
 (0)