fix HTML
authorMark Wells <mark@freeside.biz>
Fri, 18 Sep 2015 07:40:10 +0000 (00:40 -0700)
committerMark Wells <mark@freeside.biz>
Fri, 18 Sep 2015 07:40:10 +0000 (00:40 -0700)
httemplate/elements/tr-td-label.html

index 78690f1..f706722 100644 (file)
@@ -9,7 +9,7 @@ Actually <TR> <TH> $label </TH>
       VALIGN = "<% $opt{'valign'} || 'top' %>"
       STYLE  = "<% $style %>"
       ID     = "<% $opt{label_id} || $opt{id}. '_label0' %>"
-  ><% $required %><% $opt{label} %></TD>
+  ><% $required %><% $opt{label} %></TH>
 
 <%init>