summaryrefslogtreecommitdiff
path: root/httemplate/edit/process/msg_template.html
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2012-10-10 12:22:41 -0700
committerMark Wells <mark@freeside.biz>2012-10-10 12:22:41 -0700
commit4dcede787a49e94f502b29d2c2fb42cc130c6aff (patch)
tree47bb383013d5c810b44ed0d2d8ec60792f3ee5ff /httemplate/edit/process/msg_template.html
parentf5399ba1d6f13748fa61d24ecb40164fb8945b81 (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.html2
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;
}