From cbb1799b0377b2365b49e87c74691e3c560759b0 Mon Sep 17 00:00:00 2001 From: thomasb Date: Fri, 23 Jan 2009 13:52:06 +0000 Subject: Also allow link-related attributes git-svn-id: https://svn.roundcube.net/trunk@2258 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/steps/mail/func.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/roundcubemail/program/steps/mail/func.inc b/roundcubemail/program/steps/mail/func.inc index aad60f677..06d949838 100644 --- a/roundcubemail/program/steps/mail/func.inc +++ b/roundcubemail/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