]> de.git.xonotic.org Git - xonotic/xonstat.git/blobdiff - xonstat/templates/server_index.mako
Add thead elements to get the proper highlighting.
[xonotic/xonstat.git] / xonstat / templates / server_index.mako
index fe3ce11918e3cef782afca2596de720541a86e25..0eaac7adda1915b5dbf23f4e0265011c60c5f152 100644 (file)
       </form>
 
       <table class="table-hover table-condensed">
-        <tr>
-          <th class="small-3">Server ID</th>
-          <th class="small-5">Name</th>
-          <th class="small-3">Added</th>
-          <th class="small-1"></th>
-        </tr>
+        <thead>
+          <tr>
+            <th class="small-3">Server ID</th>
+            <th class="small-5">Name</th>
+            <th class="small-3">Added</th>
+            <th class="small-1"></th>
+          </tr>
+        </thead>
       % for server in servers:
         <tr>
           <td>${server.server_id}</td>