thomascube
2007-03-21 3cf664939b98befe8e9f9a8e3fa8a7e9a85a5745
program/steps/mail/func.inc
@@ -1252,7 +1252,7 @@
// parse link attributes and set correct target
function rcmail_alter_html_link($in)
  {
  $in = preg_replace('/=([^("|\s)]+)(\s|$)/', '="\1"', $in);
  $in = preg_replace('/=([^("|\'|\s)]+)(\s|$)/', '="\1"', $in);
  $attrib = parse_attrib_string($in);
  if (stristr((string)$attrib['href'], 'mailto:'))