From 5282aa65e28ad0bb2a869f45700287be116d817a Mon Sep 17 00:00:00 2001 From: thomascube Date: Fri, 23 Jan 2009 13:52:06 +0000 Subject: Also allow link-related attributes --- program/steps/mail/func.inc | 1 + 1 file changed, 1 insertion(+) 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); -- cgit v1.2.3