Hi,

my system log reports a frontend error while rendering in IE8:

Code:
The request for page ID "xxx" contained unused GET parameters: "assets", "3_7_2" (http://www.xxx.assets/html5shiv/3_7_2/html5shiv-printshiv.min.js)
The 3_7_2 should be 3.7.2... but I cant find where this is called. The head call of html5shiv
Code:
<!--[if lt IE 9]><script src="assets/html5shiv/3.7.2/html5shiv-printshiv.min.js"></script><![endif]-->
uses the correct call with dots..

Any suggestions?