mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 23:32:17 +02:00
Templates : remove auto closing tags
We are not using XHTML anymore but HTML 5
This commit is contained in:
@@ -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');
|
||||
}
|
||||
})
|
||||
)*/
|
||||
|
||||
Reference in New Issue
Block a user