diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-01-23 13:52:06 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-01-23 13:52:06 +0000 |
| commit | cbb1799b0377b2365b49e87c74691e3c560759b0 (patch) | |
| tree | 00283096109ddf69ef8726cf4aad2cd4ca058677 | |
| parent | 7e2d0429dfbec93ff2f8e131e5ae0f6c5a4ace5d (diff) | |
Also allow link-related attributes
git-svn-id: https://svn.roundcube.net/trunk@2258 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/program/steps/mail/func.inc | 1 |
1 files changed, 1 insertions, 0 deletions
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); |
