Revision: 13
http://picfinity.svn.sourceforge.net/picfinity/?rev=13&view=rev
Author: espadav8
Date: 2007-07-29 03:49:23 -0700 (Sun, 29 Jul 2007)
Log Message:
-----------
Correct an error with the order of the folders under <layout>
Modified Paths:
--------------
gallery.dtd
Modified: gallery.dtd
===================================================================
--- gallery.dtd 2007-07-19 04:23:25 UTC (rev 12)
+++ gallery.dtd 2007-07-29 10:49:23 UTC (rev 13)
@@ -1,4 +1,4 @@
-<!ELEMENT layout (folder*,themes)>
+<!ELEMENT layout (themes,folder*)>
<!ELEMENT folder (folder*,image*)>
<!ELEMENT themes (theme*)>
<!ELEMENT image EMPTY>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|