alecpl
2009-09-30 bf1b66bf1d6eb000938f0080042fce0919976a94
program/steps/mail/func.inc
@@ -892,6 +892,10 @@
{
  $tagname = $matches[2];
  // html comments (#1486189)
  if ($matches[1] == '<!')
    return '<!';
  $tagname = preg_replace(array(
    '/:.*$/',      // Microsoft's Smart Tags <st1:xxxx>
    '/[^a-z0-9_-]/i',   // forbidden characters