Ignore:
Timestamp:
Nov 22, 2007, 7:26:31 AM (16 years ago)
Author:
rub
Message:

Fix problem with UTF8 and mail

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/functions_mail.inc.php

    r2140 r2168  
    698698                  preg_replace("/(http:\/\/)([^\s,]*)/i",
    699699                               "<a href='$1$2'>$1$2</a>",
    700                                htmlentities($args['content']))).
     700                               htmlspecialchars($args['content']))).
    701701                '</p>';
    702702  }
Note: See TracChangeset for help on using the changeset viewer.