Blame view

framework/tests/templates/SSViewerTestComments/SSViewerTestCommentsFullSourceIfIE.ss 218 Bytes
385d70ca   Administrator   Importers CRUD
1
2
3
4
5
6
7
  <!doctype html>
  <!--[if lte IE 8]> <html class='old-ie'> <![endif]-->
  <!--[if gt IE 8]> <html class='new-ie'> <![endif]-->
  <!--[if !IE]><!--> <html class='no-ie'> <!--<![endif]-->
  	<head></head>
  	<body></body>
  </html>