Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/site
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2019-01-28 12:04:17 +0300
committerXhmikosR <xhmikosr@gmail.com>2019-01-29 18:21:11 +0300
commitffe05d3a9cdc97384bcc88b0f5c7856e33f6a9b2 (patch)
tree6b9c8ae0af71789247ab5f443eb084962902c7bb /site
parent2adefeb055d96b163b8026ef6ea90f99d19f11c6 (diff)
analytics.html: use double quotes in src attribute.
Diffstat (limited to 'site')
-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 e0989cda58..eeb57f9039 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>