]> source.dussan.org Git - archiva.git/commitdiff
use th in thead rather than td
authorOlivier Lamy <olamy@apache.org>
Mon, 26 Dec 2011 15:06:56 +0000 (15:06 +0000)
committerOlivier Lamy <olamy@apache.org>
Mon, 26 Dec 2011 15:06:56 +0000 (15:06 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1224736 13f79535-47bb-0310-9956-ffa450edef68

archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/redback/templates/roles-tmpl.html

index e2bda0e414a2e2f46f5949687488bb438283190f..2c9af2afb464bbeb3954324f37e9cebb22e252a7 100644 (file)
@@ -2,8 +2,8 @@
   <table class="bordered-table zebra-striped" id="rolesTable">
     <thead>
       <tr>
-        <td>${$.i18n.prop('roles.name')}</td>
-        <td>${$.i18n.prop('roles.description')}</td>
+        <th>${$.i18n.prop('roles.name')}</th>
+        <th>${$.i18n.prop('roles.description')}</th>
       </tr>
     </thead>
     <tbody>