mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-19 16:13:00 +02:00
Fix problem with UTF8 and mail
git-svn-id: http://piwigo.org/svn/trunk@2168 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -697,7 +697,7 @@ function pwg_mail($to, $args = array())
|
||||
nl2br(
|
||||
preg_replace("/(http:\/\/)([^\s,]*)/i",
|
||||
"<a href='$1$2'>$1$2</a>",
|
||||
htmlentities($args['content']))).
|
||||
htmlspecialchars($args['content']))).
|
||||
'</p>';
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user