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">
|
<table class="bordered-table zebra-striped" id="rolesTable">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<td>${$.i18n.prop('roles.name')}</td>
|
<th>${$.i18n.prop('roles.name')}</th>
|
||||||
<td>${$.i18n.prop('roles.description')}</td>
|
<th>${$.i18n.prop('roles.description')}</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
|
Loading…
Reference in New Issue