-
Bug
-
Resolution: Fixed
-
Critical
-
4.0M7
-
None
-
None
For example in head.xsl add
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css" />
then display a page that is using this xsl. This line is ignored and not available in the HTML code of the page.
If you set the type, it works, for example :
<link type="text/css" rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css" />