spec/html/datatables.html in patternfly-sass-2.6.0 vs spec/html/datatables.html in patternfly-sass-2.7.0

- old
+ new

@@ -1,12 +1,14 @@ <!DOCTYPE html> -<!--[if IE 9]><html class="ie9"><![endif]--> +<!--[if IE 9]><html lang="en-us" class="ie9"><![endif]--> <!--[if gt IE 9]><!--> -<html> +<html lang="en-us"> <!--<![endif]--> <head> <title>Data Tables - PatternFly</title> + <meta charset="UTF-8"> + <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="shortcut icon" href="../dist/img/favicon.ico"> <!-- iPad retina icon --> <link rel="apple-touch-icon-precomposed" sizes="152x152" href="../dist/img/apple-touch-icon-precomposed-152.png"> <!-- iPad retina icon (iOS < 7) --> @@ -19,18 +21,19 @@ <link rel="apple-touch-icon-precomposed" sizes="120x120" href="../dist/img/apple-touch-icon-precomposed-180.png"> <!-- iPhone retina icon (iOS < 7) --> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../dist/img/apple-touch-icon-precomposed-114.png"> <!-- iPhone non-retina icon (iOS < 7) --> <link rel="apple-touch-icon-precomposed" sizes="57x57" href="../dist/img/apple-touch-icon-precomposed-57.png"> - <link href="../dist/css/patternfly.min.css" rel="stylesheet" media="screen, print"> - <link href="../dist/css/patternfly-additions.min.css" rel="stylesheet" media="screen, print"> + <link rel="stylesheet" href="../dist/css/patternfly.min.css" > + <link rel="stylesheet" href="../dist/css/patternfly-additions.min.css" > <link href="tests.css" rel="stylesheet" media="screen, print"> <script src="../components/jquery/dist/jquery.min.js"></script> <script src="../components/bootstrap/dist/js/bootstrap.min.js"></script> <script src="../components/datatables/media/js/jquery.dataTables.js"></script> <script src="../dist/js/patternfly.min.js"></script> </head> + <body> <div class="container"> <div class="page-header"> <h1>Data Tables</h1> </div> @@ -464,6 +467,6 @@ $('.datatable').dataTable(); }); </script> </div><!-- /container --> </body> -</html> \ No newline at end of file +</html>