Is It Possible For Yii To Include Client Scripts After <Title> Tag?

Hi,

Yii asset manager includes the css and some js files before <title> tag. I want to change this behavior somehow to put the title tag directly after meta charset.

Are there any options available to change this?

Regards,

Yaser

There is currently a discussion about this on github - https://github.com/yiisoft/yii/pull/1866

Thanks Maurizio, It’s good to know I’m not the only one in this :D

It seems like the title tag is going to go back to the beginning of the document, where it belongs. for the time being I decided to extend CClientScript to get what I want.