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:
Olivier Lamy 2011-12-26 15:06:56 +00:00
parent c8ac77839c
commit a2e60c0810
1 changed files with 2 additions and 2 deletions

View File

@ -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>