]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
analytics.html: use double quotes in src attribute.
authorXhmikosR <xhmikosr@gmail.com>
Mon, 28 Jan 2019 09:04:17 +0000 (11:04 +0200)
committerXhmikosR <xhmikosr@gmail.com>
Tue, 29 Jan 2019 15:21:11 +0000 (17:21 +0200)
site/_includes/analytics.html

index e0989cda584d5d2980b0b0d9b254550ee3b8d37f..eeb57f90392b86885c6897fa4f603d26f02bad10 100644 (file)
@@ -3,4 +3,4 @@
   ga('create', 'UA-146052-10', 'getbootstrap.com');
   ga('send', 'pageview');
 </script>
-<script async src='https://www.google-analytics.com/analytics.js'></script>
+<script async src="https://www.google-analytics.com/analytics.js"></script>