From ffe05d3a9cdc97384bcc88b0f5c7856e33f6a9b2 Mon Sep 17 00:00:00 2001
From: XhmikosR <xhmikosr@gmail.com>
Date: Mon, 28 Jan 2019 11:04:17 +0200
Subject: [PATCH] analytics.html: use double quotes in src attribute.

---
 site/_includes/analytics.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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