stray closing /TABLE in the no-ticket case
[freeside.git] / httemplate / elements / tr-td-label.html
index 78690f1..3111f43 100644 (file)
@@ -2,6 +2,9 @@
 
 Actually <TR> <TH> $label </TH>
 
+Note that this puts the 'label' argument into the document verbatim, with no
+escaping or localization.
+
 </%doc>
 <TR>
 
@@ -9,7 +12,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>