diff options
Diffstat (limited to 'httemplate/elements/tr-select-user.html')
| -rw-r--r-- | httemplate/elements/tr-select-user.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/tr-select-user.html b/httemplate/elements/tr-select-user.html index a9572af8f..ba550fbc1 100644 --- a/httemplate/elements/tr-select-user.html +++ b/httemplate/elements/tr-select-user.html @@ -1,5 +1,5 @@ <TR> - <TD ALIGN="right"><% $opt{'label'} || 'Employee: ' %></TD> + <TH ALIGN="right"><% $opt{'label'} || 'Employee: ' %></TH> <TD><% include('select-user.html', %opt) %></TD> </TR> |
