From 5282aa65e28ad0bb2a869f45700287be116d817a Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Fri, 23 Jan 2009 08:52:06 -0500
Subject: [PATCH] Also allow link-related attributes
---
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 aad60f6..06d9498 100644
--- a/program/steps/mail/func.inc
+++ b/program/steps/mail/func.inc
@@ -690,6 +690,7 @@
}
if ($p['safe']) {
$wash_opts['html_elements'][] = 'link';
+ $wash_opts['html_attribs'] = array('rel','type');
}
$washer = new washtml($wash_opts);
--
Gitblit v1.9.1