Skip to content

Commit 78b9105

Browse files
committed
Fix syntax error in index.html. Ref GNS3/gns3-server#2399
1 parent 27446f8 commit 78b9105

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<body class="mat-app-background" oncontextmenu="return false;">
3939
<app-root></app-root>
4040
<!-- Global site tag (gtag.js) - Google Analytics -->
41-
<script async src="https://www.googletagmanager.com/gtag/js?id=G-0BT7QQV1W1></script>
41+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-0BT7QQV1W1"></script>
4242
<script>
4343
window.dataLayer = window.dataLayer || [];
4444
function gtag() {

0 commit comments

Comments
 (0)