-<html>\r
-<head>\r
-<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">\r
-<title>Grid Column Header Grouping Example</title>\r
- <link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css" />\r
- <link rel="stylesheet" type="text/css" href="../ux/css/ColumnHeaderGroup.css" />\r
-\r
- <!-- GC -->\r
- <!-- LIBS -->\r
- <script type="text/javascript" src="../../adapter/ext/ext-base.js"></script>\r
- <!-- ENDLIBS -->\r
-\r
- <script type="text/javascript" src="../../ext-all.js"></script>\r
- <script type="text/javascript" src="../ux/ColumnHeaderGroup.js"></script>\r
- <script type="text/javascript" src="column-header-group.js"></script>\r
- <link rel="stylesheet" type="text/css" href="grid-examples.css" />\r
-\r
-<!-- Common Styles for the examples -->\r
-<link rel="stylesheet" type="text/css" href="../shared/examples.css" />\r
-</head>\r
-<body>\r
-<script type="text/javascript" src="../shared/examples.js"></script><!-- EXAMPLES -->\r
-<h1>Grid Column Header Grouping Example</h1>\r
-<p>This example shows how to achieve column grouping using a plugin.</p>\r
-\r
-<p>Note that the js is not minified so it is readable. See <a href="column-header-group.js">column-header-group.js</a>.</p>\r
-\r
-\r
-<div id="column-group-grid"></div>\r
-\r
-</body>\r
-</html>\r
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<title>Grid Column Header Grouping Example</title>
+ <link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css" />
+ <link rel="stylesheet" type="text/css" href="../ux/css/ColumnHeaderGroup.css" />
+
+ <!-- GC -->
+ <!-- LIBS -->
+ <script type="text/javascript" src="../../adapter/ext/ext-base.js"></script>
+ <!-- ENDLIBS -->
+
+ <script type="text/javascript" src="../../ext-all.js"></script>
+ <script type="text/javascript" src="../ux/ColumnHeaderGroup.js"></script>
+ <script type="text/javascript" src="column-header-group.js"></script>
+ <link rel="stylesheet" type="text/css" href="grid-examples.css" />
+
+<!-- Common Styles for the examples -->
+<link rel="stylesheet" type="text/css" href="../shared/examples.css" />
+</head>
+<body>
+<script type="text/javascript" src="../shared/examples.js"></script><!-- EXAMPLES -->
+<h1>Grid Column Header Grouping Example</h1>
+<p>This example shows how to achieve column grouping using a plugin.</p>
+
+<p>Note that the js is not minified so it is readable. See <a href="column-header-group.js">column-header-group.js</a>.</p>
+
+
+<div id="column-group-grid"></div>
+
+</body>
+</html>