not in 4.x style
authorIvan Kohler <ivan@freeside.biz>
Tue, 18 Jul 2017 02:33:41 +0000 (19:33 -0700)
committerIvan Kohler <ivan@freeside.biz>
Tue, 18 Jul 2017 02:33:41 +0000 (19:33 -0700)
httemplate/elements/tr-td-label.html

index 3111f43..1d96cf3 100644 (file)
@@ -23,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>