r4560 - trunk/lib/admin

daigle at ecoinformatics.org daigle at ecoinformatics.org
Thu Nov 13 15:19:24 PST 2008


Author: daigle
Date: 2008-11-13 15:19:24 -0800 (Thu, 13 Nov 2008)
New Revision: 4560

Modified:
   trunk/lib/admin/metacat-configuration.jsp
Log:
moved footer section outside of if statement so it always shows up.

Modified: trunk/lib/admin/metacat-configuration.jsp
===================================================================
--- trunk/lib/admin/metacat-configuration.jsp	2008-11-13 00:50:29 UTC (rev 4559)
+++ trunk/lib/admin/metacat-configuration.jsp	2008-11-13 23:19:24 UTC (rev 4560)
@@ -230,12 +230,10 @@
 			now.  Note that this may take some time while the system initializes with the new configuration values.
 <%
 		}
+	}
 %>			
 
 	<%@ include file="./footer-section.jsp"%>
 
-	</body>
-	</html>
-<%  	
-    }
-%>
+</body>
+</html>



More information about the Metacat-cvs mailing list