Templates : remove auto closing tags

We are not using XHTML anymore but HTML 5
This commit is contained in:
Pierre Goiffon
2020-12-14 16:29:57 +01:00
parent 62bb0b9b78
commit c06e176d57
21 changed files with 51 additions and 51 deletions

View File

@@ -88,7 +88,7 @@
.done(function(){
if ( (aKBFilesToLoad[iKBCurrentIdx].type === 'text') && ($('head link[type="text/css"][href="' + aKBFilesToLoad[iKBCurrentIdx].url + '"]').length === 0) )
{
$('<link rel="stylesheet" type="text/css" href="' + aKBFilesToLoad[iKBCurrentIdx].url + '" />').appendTo('head');
$('<link rel="stylesheet" type="text/css" href="' + aKBFilesToLoad[iKBCurrentIdx].url + '">').appendTo('head');
}
})
)*/