Revision: 2207
          http://mrbs.svn.sourceforge.net/mrbs/?rev=2207&view=rev
Author:   cimorrison
Date:     2011-12-21 16:53:15 +0000 (Wed, 21 Dec 2011)
Log Message:
-----------
Fixed HTML validation errors

Modified Paths:
--------------
    mrbs/trunk/web/session_cookie.inc
    mrbs/trunk/web/session_php.inc

Modified: mrbs/trunk/web/session_cookie.inc
===================================================================
--- mrbs/trunk/web/session_cookie.inc   2011-12-21 16:20:51 UTC (rev 2206)
+++ mrbs/trunk/web/session_cookie.inc   2011-12-21 16:53:15 UTC (rev 2207)
@@ -162,6 +162,7 @@
   </fieldset>
 </form>
 <?php
+  echo "</div>";  // Close of the contents div
   // Print footer and exit
   print_footer(TRUE);
 }

Modified: mrbs/trunk/web/session_php.inc
===================================================================
--- mrbs/trunk/web/session_php.inc      2011-12-21 16:20:51 UTC (rev 2206)
+++ mrbs/trunk/web/session_php.inc      2011-12-21 16:53:15 UTC (rev 2207)
@@ -156,6 +156,7 @@
   </fieldset>
 </form>
 <?php
+  echo "</div>";  // Close of the contents div
   // Print footer and exit
   print_footer(TRUE);
 }

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to