This is an automated email from the git hooks/post-receive script.

skunnyk pushed a 
commit to branch 
oldforum
in repository www/forum.xfce.org.

commit 342bbdaffcfdb4afc627d5889cd029a1aa68989c
Author: Nick Schermer <n...@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.'&amp;d='.$d.'&amp;r=g" 
width="'.$s.'" height="'.$s.'" alt="" />';
 }
 
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to