aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2019-01-28 11:04:17 +0200
committerXhmikosR <[email protected]>2019-01-29 17:21:11 +0200
commitffe05d3a9cdc97384bcc88b0f5c7856e33f6a9b2 (patch)
tree6b9c8ae0af71789247ab5f443eb084962902c7bb
parent2adefeb055d96b163b8026ef6ea90f99d19f11c6 (diff)
downloadbootstrap-ffe05d3a9cdc97384bcc88b0f5c7856e33f6a9b2.tar.xz
bootstrap-ffe05d3a9cdc97384bcc88b0f5c7856e33f6a9b2.zip
analytics.html: use double quotes in src attribute.
-rw-r--r--site/_includes/analytics.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/_includes/analytics.html b/site/_includes/analytics.html
index e0989cda5..eeb57f903 100644
--- a/site/_includes/analytics.html
+++ b/site/_includes/analytics.html
@@ -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>