X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Ftr-td-label.html;h=1d96cf307388217e2c5fd4a3b149cd9255096a67;hb=dfbcb60e8b9207bd9aa7ebd297ff9d2599121bf5;hp=f7067221b381bfb20d547159dcae0a267bccb35c;hpb=7bce756e86a4307d6cad49a690f22a321acc9981;p=freeside.git diff --git a/httemplate/elements/tr-td-label.html b/httemplate/elements/tr-td-label.html index f7067221b..1d96cf307 100644 --- a/httemplate/elements/tr-td-label.html +++ b/httemplate/elements/tr-td-label.html @@ -2,6 +2,9 @@ Actually $label +Note that this puts the 'label' argument into the document verbatim, with no +escaping or localization. + @@ -20,8 +23,5 @@ $style .= '; '. $opt{'cell_style'} if $opt{'cell_style'}; my $required = $opt{'required'} ? '* ' : ''; -if ($required) { - $style .= ';font-weight: bold'; -}