diff options
author | Mark Wells <mark@freeside.biz> | 2012-10-10 12:24:09 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2012-10-10 12:24:09 -0700 |
commit | 963b977d201a71e85781bcbf6732795728e9fc0f (patch) | |
tree | 19a45ce6aa3c93e848511d15972f1ef81f65d99b /httemplate/edit/process/msg_template.html | |
parent | 64c605834e8674c6ae5a3c7e235e37364826c870 (diff) |
HTML templates for printable form letters, #17349
Diffstat (limited to 'httemplate/edit/process/msg_template.html')
-rw-r--r-- | httemplate/edit/process/msg_template.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/httemplate/edit/process/msg_template.html b/httemplate/edit/process/msg_template.html index b19f5c542..e146adf76 100644 --- a/httemplate/edit/process/msg_template.html +++ b/httemplate/edit/process/msg_template.html @@ -29,6 +29,8 @@ sub args_callback { # no validation of these; they can contain just about anything $content{'subject'} = $cgi->param('subject') || ''; $content{'body'} = $cgi->param('body') || ''; + $object->subject(''); + $object->body(''); return %content; } |