From efc7514f9f9dc3da07fd8eb6f3b2308b5f0d130f Mon Sep 17 00:00:00 2001 From: vsn4ik Date: Mon, 5 Aug 2013 05:40:25 +0400 Subject: 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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_includes/ads.html') diff --git a/_includes/ads.html b/_includes/ads.html index 495e7ba47..ba4775f5e 100644 --- a/_includes/ads.html +++ b/_includes/ads.html @@ -1 +1 @@ -
\ No newline at end of file +
-- cgit v1.2.3