[HTML5] [Boilerplate] Conditional Comments being lost
<!doctype html>
<!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="no-js ie7 oldie" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js ie8 oldie" lang="en"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<head>
<!--[if lt IE 10]>
<script type="text/javascript" src="../../Player/js/PIE.js"></script>
<![endif]-->
<!doctype html>
<html lang="en">
<head>
<title>Information template</title>
<!--<![endif]-->
<meta charset="utf-8">
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
<meta content="width=device-width,initial-scale=1" name="viewport">
Re: [HTML5] [Boilerplate] Conditional Comments being lost
http://docs.cksource.com/CKEditor_3.x/H ... _Reporting
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
HTML5 Progress?
Has this been addressed? There doesn't seem to be a bug filed against it.