-<html>\r
-<head>\r
- <title>History Example</title>\r
- <link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css"/>\r
-\r
- <script type="text/javascript" src="../../adapter/ext/ext-base.js"></script>\r
- <script type="text/javascript" src="../../ext-all.js"></script>\r
- <script type="text/javascript" src="history.js"></script>\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>\r
-\r
-<h1>History Example</h1>\r
-\r
-<p>This is a simple implmenetation of the <tt>Ext.History</tt> component for managing browser back/forward navigation within a single page.</p>\r
-\r
-<p>It demonstrates managing history for multiple components within the page. Simply change tabs and use the browser Back\r
-and Forward buttons to navigate them.</p>\r
-\r
-<p>The js is not minified so it is readable. See <a href="history.js">history.js</a>.</p>\r
-\r
-<!-- Fields required for history management -->\r
-<form id="history-form" class="x-hidden">\r
- <input type="hidden" id="x-history-field" />\r
- <iframe id="x-history-frame"></iframe>\r
-</form>\r
-\r
-</body>\r
-</html>\r
+<html>
+<head>
+ <title>History Example</title>
+ <link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css"/>
+
+ <script type="text/javascript" src="../../adapter/ext/ext-base.js"></script>
+ <script type="text/javascript" src="../../ext-all.js"></script>
+ <script type="text/javascript" src="history.js"></script>
+
+ <!-- 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>
+
+<h1>History Example</h1>
+
+<p>This is a simple implmenetation of the <tt>Ext.History</tt> component for managing browser back/forward navigation within a single page.</p>
+
+<p>It demonstrates managing history for multiple components within the page. Simply change tabs and use the browser Back
+and Forward buttons to navigate them.</p>
+
+<p>The js is not minified so it is readable. See <a href="history.js">history.js</a>.</p>
+
+<!-- Fields required for history management -->
+<form id="history-form" class="x-hidden">
+ <input type="hidden" id="x-history-field" />
+ <iframe id="x-history-frame"></iframe>
+</form>
+
+</body>
+</html>