summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2009-01-23 13:52:06 +0000
committerthomascube <thomas@roundcube.net>2009-01-23 13:52:06 +0000
commit5282aa65e28ad0bb2a869f45700287be116d817a (patch)
tree16c6df399cadbf7559ed4b53dc5e4124ce83f62c
parent7f60d18eb9d3cc04da68e7ac345d4c1943c631ee (diff)
Also allow link-related attributes
-rw-r--r--program/steps/mail/func.inc1
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);