svncommit
2007-01-05 18a0df23fc4b60710ef724f9f4ad273a02c80830
Fix unquoted HTML attributes (closes #1484190)

1 files modified
1 ■■■■ changed files
program/steps/mail/func.inc 1 ●●●● patch | view | raw | blame | history
program/steps/mail/func.inc
@@ -1252,6 +1252,7 @@
// parse link attributes and set correct target
function rcmail_alter_html_link($in)
  {
  $in = preg_replace('/=([^("|\s)]+)(\s|$)/', '="\1"', $in);
  $attrib = parse_attrib_string($in);
  if (stristr((string)$attrib['href'], 'mailto:'))