diff options
author | thomascube <thomas@roundcube.net> | 2009-01-23 13:52:06 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2009-01-23 13:52:06 +0000 |
commit | 5282aa65e28ad0bb2a869f45700287be116d817a (patch) | |
tree | 16c6df399cadbf7559ed4b53dc5e4124ce83f62c /program/steps/mail/func.inc | |
parent | 7f60d18eb9d3cc04da68e7ac345d4c1943c631ee (diff) |
Also allow link-related attributes
Diffstat (limited to 'program/steps/mail/func.inc')
-rw-r--r-- | program/steps/mail/func.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/program/steps/mail/func.inc b/program/steps/mail/func.inc index aad60f677..06d949838 100644 --- a/program/steps/mail/func.inc +++ b/program/steps/mail/func.inc @@ -690,6 +690,7 @@ function rcmail_print_body($part, $p = array()) } if ($p['safe']) { $wash_opts['html_elements'][] = 'link'; + $wash_opts['html_attribs'] = array('rel','type'); } $washer = new washtml($wash_opts); |