From 1afc4f39a865ec0279aa24608e3271fa7e29b25a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20A=CC=81ngel=20Dura=CC=81n=20Garci=CC=81a?= Date: Fri, 9 Aug 2013 16:15:04 +0200 Subject: [PATCH] Remove unneded type tags for scripts In HTML5 we can omit the type tag for scripts because it's useless in javascript. http://www.w3.org/html/wg/drafts/html/master/scripting-1.html#the-script -element "When used to include dynamic scripts, the scripts may either be embedded inline or may be imported from an external file using the src attribute. If the language is not that described by "text/javascript", then the type attribute must be present, as described below. Whatever language is used, the contents of the script element must conform with the requirements of that language's specification." --- public/templates/header.tpl | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/public/templates/header.tpl b/public/templates/header.tpl index 2f5d7e55f5..72184968e7 100644 --- a/public/templates/header.tpl +++ b/public/templates/header.tpl @@ -9,11 +9,11 @@ - - - - - + + + + + - - - - + + + + -