1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-18 03:11:19 +02:00

analytics.html: use double quotes in src attribute.

This commit is contained in:
XhmikosR
2019-01-28 11:04:17 +02:00
parent 2adefeb055
commit ffe05d3a9c

View 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>