diff options
| author | bwarsaw | 2000-09-17 06:40:08 +0000 |
|---|---|---|
| committer | bwarsaw | 2000-09-17 06:40:08 +0000 |
| commit | c2f1d5d37970d37abf6ae71e0b16f4e15538ced3 (patch) | |
| tree | e3727301b8dad33b2db2ba00d3b08fc3866b9602 | |
| parent | cf83428227fe5f40741e238c7d3db5c99f949466 (diff) | |
| download | mailman-c2f1d5d37970d37abf6ae71e0b16f4e15538ced3.tar.gz mailman-c2f1d5d37970d37abf6ae71e0b16f4e15538ced3.tar.zst mailman-c2f1d5d37970d37abf6ae71e0b16f4e15538ced3.zip | |
GetConfigInfo(): Use Utils.maketest() to get the extra html for
msg_header and msg_footer. Closes SF bug #114167, Jitterbug PR
#209.
| -rw-r--r-- | Mailman/MailList.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mailman/MailList.py b/Mailman/MailList.py index 46d89c3b9..42b631075 100644 --- a/Mailman/MailList.py +++ b/Mailman/MailList.py @@ -756,13 +756,13 @@ it will not be changed."""), 'Header added to mail sent to regular list members', "Text prepended to the top of every immediately-delivery" - " message. <p>" + Errors.MESSAGE_DECORATION_NOTE), + " message. " + Utils.maketext('headfoot.html', raw=1)), ('msg_footer', mm_cfg.Text, (4, WIDTH), 0, 'Footer added to mail sent to regular list members', "Text appended to the bottom of every immediately-delivery" - " message. <p>" + Errors.MESSAGE_DECORATION_NOTE), + " message. " + Utils.maketext('headfoot.html', raw=1)), ] config_info['bounce'] = Bouncer.GetConfigInfo(self) |
