mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-23 07:50:23 +00:00
analytics.html: use double quotes in src attribute.
This commit is contained in:
parent
2adefeb055
commit
ffe05d3a9c
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue