Revision: 2134
          http://mrbs.svn.sourceforge.net/mrbs/?rev=2134&view=rev
Author:   cimorrison
Date:     2011-10-20 14:55:26 +0000 (Thu, 20 Oct 2011)
Log Message:
-----------
Fixed HTML5 validation errors

Modified Paths:
--------------
    mrbs/branches/draggable_bookings/web/admin.php

Modified: mrbs/branches/draggable_bookings/web/admin.php
===================================================================
--- mrbs/branches/draggable_bookings/web/admin.php      2011-10-20 14:48:18 UTC 
(rev 2133)
+++ mrbs/branches/draggable_bookings/web/admin.php      2011-10-20 14:55:26 UTC 
(rev 2134)
@@ -257,11 +257,11 @@
         echo "<thead>\n";
         echo "<tr>\n";
 
-        echo "<th><div>" . get_vocab("name") . "</div></th>\n";
+        echo "<th>" . get_vocab("name") . "</th>\n";
         if ($is_admin)
         {
         // Don't show ordinary users the disabled status:  they are only going 
to see enabled rooms
-          echo "<th><div>" . get_vocab("enabled") . "</div></th>\n";
+          echo "<th>" . get_vocab("enabled") . "</th>\n";
         }
         // ignore these columns, either because we don't want to display them,
         // or because we have already displayed them in the header column
@@ -285,13 +285,13 @@
             }
             // We don't use htmlspecialchars() here because the column names 
are
             // trusted and some of them may deliberately contain HTML entities 
(eg &nbsp;)
-            echo "<th><div>$text</div></th>\n";
+            echo "<th>$text</th>\n";
           }
         }
         
         if ($is_admin)
         {
-          echo "<th><div>&nbsp;</div></th>\n";
+          echo "<th>&nbsp;</th>\n";
         }
         
         echo "</tr>\n";

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


------------------------------------------------------------------------------
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Ciosco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to