not in 4.x style
[freeside.git] / httemplate / elements / tr-td-label.html
index f706722..1d96cf3 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>
 
@@ -20,8 +23,5 @@ $style .= '; '. $opt{'cell_style'}
   if $opt{'cell_style'};
 
 my $required = $opt{'required'} ? '<font color="#ff0000">*</font>&nbsp;' : '';
-if ($required) {
-  $style .= ';font-weight: bold';
-}
 
 </%init>