Updating branch refs/heads/master
         to 342bbdaffcfdb4afc627d5889cd029a1aa68989c (commit)
       from 33e395fb5a64f842581bff02c20715a54c411df6 (commit)

commit 342bbdaffcfdb4afc627d5889cd029a1aa68989c
Author: Nick Schermer <[email protected]>
Date:   Tue Dec 4 22:57:37 2012 +0100

    Fix gravatar amp.

 include/functions.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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="" />';
 }
 
 
_______________________________________________
Xfce4-commits mailing list
[email protected]
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to