Commit:    2fcfd65b3c1f7f49146f946e9f8b92ec3c1b119a
Author:    Sobak <msobaczew...@gmail.com>         Sat, 11 Jan 2014 14:11:06 
+0100
Parents:   bca656781cd2a1c16a77c0520703535d30962093
Branches:  master

Link:       
http://git.php.net/?p=web/people.git;a=commitdiff;h=2fcfd65b3c1f7f49146f946e9f8b92ec3c1b119a

Log:
Gravatar retrieved with https

Changed paths:
  M  user.php


Diff:
diff --git a/user.php b/user.php
index d7c2268..eaf35c0 100644
--- a/user.php
+++ b/user.php
@@ -20,7 +20,7 @@ $email    = $NFO["username"].'@php.net';
 <div about="#me" typeof="foaf:Person" id="profile">
 <?php
 if ($email) {
-    echo '<span rel="foaf:img"><img rel="foaf:img" 
src="http://www.gravatar.com/avatar/', md5($email), '.jpg" alt="Picture of ', 
$NFO["name"], '" height="80" width="80" /></span>';
+    echo '<span rel="foaf:img"><img rel="foaf:img" 
src="https://www.gravatar.com/avatar/', md5($email), '.jpg" alt="Picture of ', 
$NFO["name"], '" height="80" width="80" /></span>';
 }
 ?>
        <dl>


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to