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:07:47 -0800 |
| commit | b2fd002f3285b70311642f8ff0025598d42bd16e (patch) | |
| tree | 8005ab27d04c8aaaa7e9bfd10a9ba0f48cafd967 /httemplate/elements/tr-td-label.html | |
| parent | 1daa37e733b9e972e5328503374130a423d02836 (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 f7067221b..3111f435c 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> |
