diff options
author | vdigital <vdigital@piwigo.org> | 2008-12-16 22:53:03 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2008-12-16 22:53:03 +0000 |
commit | 95609895c98aeb7790ed1025ba6aa176d8854c5c (patch) | |
tree | 62c331a5576a660f13af9886cc7cd5128cd851dd /include | |
parent | 4592882498e8f3684acb0c4e598f1a83ab0092ac (diff) |
Border removal in mails on thumbnails (2). Need further tests.
git-svn-id: http://piwigo.org/svn/branches/2.0@2994 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include')
-rw-r--r-- | include/functions_mail.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/functions_mail.inc.php b/include/functions_mail.inc.php index c6a8e337f..5b917a7cf 100644 --- a/include/functions_mail.inc.php +++ b/include/functions_mail.inc.php @@ -710,7 +710,7 @@ function pwg_mail($to, $args = array()) $content.= '<p>'. nl2br( preg_replace("/(http:\/\/)([^\s,]*)/i", - "<a href='$1$2'>$1$2</a>", + "<a href='$1$2' class='thumblnk'>$1$2</a>", htmlspecialchars($args['content']))). '</p>'; } |