Upgrade to ExtJS 3.2.1 - Released 04/27/2010
[extjs.git] / examples / window / hello.html
index c8b5cc9..948fd33 100644 (file)
@@ -6,9 +6,9 @@
     <link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css" />
 
     <!-- GC -->
-       <!-- LIBS -->
-       <script type="text/javascript" src="../../adapter/ext/ext-base.js"></script>
-       <!-- ENDLIBS -->
+    <!-- LIBS -->
+    <script type="text/javascript" src="../../adapter/ext/ext-base.js"></script>
+    <!-- ENDLIBS -->
 
     <script type="text/javascript" src="../../ext-all.js"></script>
 
@@ -28,7 +28,7 @@
 <script type="text/javascript" src="../shared/examples.js"></script><!-- EXAMPLES -->
 
 <h1>Hello World Window</h1>
-<p>This example shows how to create a very simple modal Window with "autoTabs" from existing markup.</p>
+<p>This example shows how to create a very simple Window with "autoTabs" from existing markup.</p>
 <input type="button" id="show-btn" value="Hello World" /><br /><br />
 <p>Note that the js is not minified so it is readable. See <a href="hello.js">hello.js</a> for the full source code.</p>