aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorvdigital <vdigital@piwigo.org>2008-12-16 22:55:08 +0000
committervdigital <vdigital@piwigo.org>2008-12-16 22:55:08 +0000
commita7a4a7d2f4f81602524e843bb3308dcb09502394 (patch)
treeef075bda83dff4b4578605218ffa821b25f891fd /include
parentc2a47b78a4b95409309f689a08e0b4fda2b2ea42 (diff)
Border removal in mails on thumbnails (2). Need further tests.
merge -c2994 from branch 2.0 to trunk git-svn-id: http://piwigo.org/svn/trunk@2995 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include')
-rw-r--r--include/functions_mail.inc.php2
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>';
}