mirror of https://github.com/apache/archiva.git
use th in thead rather than td
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1224736 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c8ac77839c
commit
a2e60c0810
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue