thomascube
2009-01-23 5282aa65e28ad0bb2a869f45700287be116d817a
Also allow link-related attributes

1 files modified
1 ■■■■ changed files
program/steps/mail/func.inc 1 ●●●● patch | view | raw | blame | history
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);