Upgrade to ExtJS 3.0.0 - Released 07/06/2009
[extjs.git] / examples / tree / check-tree.html
index dd9a7ee..79b96f9 100644 (file)
@@ -15,7 +15,7 @@
 <!-- Common Styles for the examples -->
 <link rel="stylesheet" type="text/css" href="../shared/examples.css" />
 
-<style>
+<style type="text/css">
     .complete .x-tree-node-anchor span {
         text-decoration: line-through;
         color: #777;
@@ -25,7 +25,7 @@
 <body>
 <script type="text/javascript" src="../shared/examples.js"></script><!-- EXAMPLES -->
 <h1>Checkbox Selection in a TreePanel</h1>
-<p>This example shows simple checkbox selection in a tree. It is enabled on leaf nodes by simply 
+<p>This example shows simple checkbox selection in a tree. It is enabled on leaf nodes by simply
 setting <tt>checked:true/false</tt> at the node level.</p>
 <p>This example also shows loading an entire tree structure statically in one load call, rather than
 loading each node asynchronously.</p>