Commit r2375: https://sourceforge.net/p/mrbs/code/2375/

------------------------------------------------------------------------
r2375 | cimorrison | 2012-08-12 20:15:36 +0100 (Sun, 12 Aug 2012) | 1 line
Changed paths:
   M /mrbs/trunk/web/Themes/default/header.inc

Fixed HTML5 validation issue
------------------------------------------------------------------------

Index: mrbs/trunk/web/Themes/default/header.inc
===================================================================
--- mrbs/trunk/web/Themes/default/header.inc    (revision 2374)
+++ mrbs/trunk/web/Themes/default/header.inc    (revision 2375)
@@ -51,8 +51,8 @@
 <html>
   <head>
   
+  <meta charset="<?php echo get_charset(); ?>">
   <title><?php echo get_vocab("mrbs") ?></title>
-  <meta charset="<?php echo get_charset(); ?>">
   
   <?php
   require_once "style.inc";

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to