diff options
| author | Mark Wells <mark@freeside.biz> | 2015-11-18 13:07:47 -0800 |
|---|---|---|
| committer | Mark Wells <mark@freeside.biz> | 2015-11-18 13:12:12 -0800 |
| commit | ded0cb9e764cd806a13aaf6ddb8cdfe0f3215999 (patch) | |
| tree | 3edbfb27d1f72bc7326893035d01fe0a35e9e42c /httemplate/elements/tr-td-label.html | |
| parent | f4ebbb57fd21146b936e73fbcf34b76adf664904 (diff) | |
track customer invoice destination emails using contact_email, #25536
Diffstat (limited to 'httemplate/elements/tr-td-label.html')
| -rw-r--r-- | httemplate/elements/tr-td-label.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/httemplate/elements/tr-td-label.html b/httemplate/elements/tr-td-label.html index 78690f1fb..3535c63ff 100644 --- a/httemplate/elements/tr-td-label.html +++ b/httemplate/elements/tr-td-label.html @@ -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> |
