mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-20 12:21:35 +02:00
analytics.html: use double quotes in src attribute.
This commit is contained in:
@@ -3,4 +3,4 @@
|
|||||||
ga('create', 'UA-146052-10', 'getbootstrap.com');
|
ga('create', 'UA-146052-10', 'getbootstrap.com');
|
||||||
ga('send', 'pageview');
|
ga('send', 'pageview');
|
||||||
</script>
|
</script>
|
||||||
<script async src='https://www.google-analytics.com/analytics.js'></script>
|
<script async src="https://www.google-analytics.com/analytics.js"></script>
|
||||||
|
Reference in New Issue
Block a user