From: Ivan Kohler Date: Tue, 18 Jul 2017 02:33:41 +0000 (-0700) Subject: not in 4.x style X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=249bad71904f776d6cc58a9f94cfd25ee10c2834 not in 4.x style --- diff --git a/httemplate/elements/tr-td-label.html b/httemplate/elements/tr-td-label.html index 3111f435c..1d96cf307 100644 --- a/httemplate/elements/tr-td-label.html +++ b/httemplate/elements/tr-td-label.html @@ -23,8 +23,5 @@ $style .= '; '. $opt{'cell_style'} if $opt{'cell_style'}; my $required = $opt{'required'} ? '* ' : ''; -if ($required) { - $style .= ';font-weight: bold'; -}