diff options
Diffstat (limited to 'httemplate/elements')
-rw-r--r-- | httemplate/elements/tr-select-domain.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/tr-select-domain.html b/httemplate/elements/tr-select-domain.html index 5b8d23771..73199ca63 100644 --- a/httemplate/elements/tr-select-domain.html +++ b/httemplate/elements/tr-select-domain.html @@ -1,7 +1,7 @@ % #if ( scalar(@domains) < 2 ) { % #} else { <TR> - <TD ALIGN="right"><% $opt{'label'} || 'Domain' %></TD> + <TH ALIGN="right"><% $opt{'label'} || 'Domain' %></TH> <TD> <% include( '/elements/select-domain.html', %opt) %> </TD> |