2009/dap/file-system file-dir-sys.html,1.1,1.2

Update of /sources/public/2009/dap/file-system
In directory hutz:/tmp/cvs-serv28720

Modified Files:
	file-dir-sys.html 
Log Message:
silly error

Index: file-dir-sys.html
===================================================================
RCS file: /sources/public/2009/dap/file-system/file-dir-sys.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- file-dir-sys.html	9 Dec 2009 18:08:17 -0000	1.1
+++ file-dir-sys.html	9 Dec 2009 18:10:09 -0000	1.2
@@ -320,26 +320,26 @@
             </dd>
           </dl>
         </dd>
+        <dt>Blob zip ()</dt>
+        <dd>
+          <p>
+            Returns a blob that contains a Zip archive of the directory's content. This blob can then be
+            saved to a file (e.g. as a widget).
+          </p>
+          <dl class='parameters'>
+            <dt>optional boolean compression</dt>
+            <dd>
+              Whether the contents of the directory should be compressed or simply stored in the Zip
+              archive. Defaults to <code>true</code>.
+            </dd>
+            <dt>optional boolean includeSelf</dt>
+            <dd>
+              Whether the root of the Zip archive will contain the directory, or directly its content.
+              Defaults to <code>true</code>.
+            </dd>
+          </dl>
+        </dd>
       </dl>
-      <dt>Blob zip ()</dt>
-      <dd>
-        <p>
-          Returns a blob that contains a Zip archive of the directory's content. This blob can then be
-          saved to a file (e.g. as a widget).
-        </p>
-        <dl class='parameters'>
-          <dt>optional boolean compression</dt>
-          <dd>
-            Whether the contents of the directory should be compressed or simply stored in the Zip
-            archive. Defaults to <code>true</code>.
-          </dd>
-          <dt>optional boolean includeSelf</dt>
-          <dd>
-            Whether the root of the Zip archive will contain the directory, or directly its content.
-            Defaults to <code>true</code>.
-          </dd>
-        </dl>
-      </dd>
     </section>
     
     <section>

Received on Wednesday, 9 December 2009 18:10:12 UTC