I have some html template code like this: ``` html <!--[if lt IE 9]> <script src="/assets/js/ie/html5.js"></script> <script src="/assets/js/ie/respond.min.js"></script> <![endif]--> ``` These codes is removed by SB. Is it right?