[Xfce4-commits] [www/forum.xfce.org] 67/79: Fix gravatar amp.
noreply at xfce.org
noreply at xfce.org
Tue May 21 14:49:02 CEST 2019
This is an automated email from the git hooks/post-receive script.
s k u n n y k p u s h e d a c o m m i t t o b r a n c h o l d f o r u m
in repository www/forum.xfce.org.
commit 342bbdaffcfdb4afc627d5889cd029a1aa68989c
Author: Nick Schermer <nick at xfce.org>
Date: Tue Dec 4 22:57:37 2012 +0100
Fix gravatar amp.
---
include/functions.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/functions.php b/include/functions.php
index 8a0d919..3de7fc0 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -551,7 +551,7 @@ function generate_gravatar_markup($user_email, $size_override = -1)
else
$h = '';
- return '<img src="http://www.gravatar.com/avatar/'.$h.'?s='.$s.'&d='.$d.'&r=g" width="'.$s.'" height="'.$s.'" alt="" />';
+ return '<img src="http://www.gravatar.com/avatar/'.$h.'?s='.$s.'&d='.$d.'&r=g" width="'.$s.'" height="'.$s.'" alt="" />';
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list