From efc7514f9f9dc3da07fd8eb6f3b2308b5f0d130f Mon Sep 17 00:00:00 2001 From: vsn4ik Date: Mon, 5 Aug 2013 05:40:25 +0400 Subject: [PATCH] Remove type attribute of tag "script". In HTML5 in tag script, the type attribute is no longer required. The default value is "text/javascript". http://www.w3.org/TR/html5/scripting-1.html#attr-script-type --- _includes/ads.html | 2 +- _includes/footer.html | 3 +-- _includes/header.html | 4 ++-- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/_includes/ads.html b/_includes/ads.html index 495e7ba47f..ba4775f5e3 100644 --- a/_includes/ads.html +++ b/_includes/ads.html @@ -1 +1 @@ -
\ No newline at end of file +
diff --git a/_includes/footer.html b/_includes/footer.html index 47a671b26f..83ff87e269 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -4,7 +4,7 @@ - + @@ -15,7 +15,6 @@ var _gauges = _gauges || []; (function() { var t = document.createElement('script'); - t.type = 'text/javascript'; t.async = true; t.id = 'gauges-tracker'; t.setAttribute('data-site-id', '4f0dc9fef5a1f55508000013'); diff --git a/_includes/header.html b/_includes/header.html index b5eff5f5ed..827b1c2c91 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -31,12 +31,12 @@ -