Changeset:
        8c36a415b797
        
https://sourceforge.net/p/mrbs/hg-code/ci/8c36a415b7978f61c0f69096bb1cbb327056dc23
Author:
        Campbell Morrison <[email protected]>
Date:
        Sun Oct 02 16:03:01 2016 +0100
Log message:

Fixed HTML validation error

diffstat:

 web/Themes/default/header.inc |  9 +++------
 1 files changed, 3 insertions(+), 6 deletions(-)

diffs (19 lines):

diff -r bf653504ba1d -r 8c36a415b797 web/Themes/default/header.inc
--- a/web/Themes/default/header.inc     Sun Oct 02 15:55:26 2016 +0100
+++ b/web/Themes/default/header.inc     Sun Oct 02 16:03:01 2016 +0100
@@ -270,12 +270,9 @@
   }
   echo "</header>\n";
 
-  if (!$simple)
-  {
-    // This <div> should really be moved out of here so that we can always see
-    // the matching closing </div>
-    echo "<div id=\"contents\">\n";
-  }
+  // This <div> should really be moved out of here so that we can always see
+  // the matching closing </div>
+  echo "<div id=\"contents\">\n";
 
 
 } // end of print_theme_header()

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to