Commit:    fce1ee457608b5218e22555347afbf812d18b119
Author:    Kalle Sommer Nielsen <[email protected]>         Tue, 7 Jul 2015 
21:52:11 +0200
Parents:   31dab5b29588adc8daed5b26947ed9b73799c239
Branches:  master

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

Log:
And HTML encode it too

Changed paths:
  M  include/gpg-keys.inc


Diff:
diff --git a/include/gpg-keys.inc b/include/gpg-keys.inc
index 69e254a..a453c0b 100644
--- a/include/gpg-keys.inc
+++ b/include/gpg-keys.inc
@@ -4,7 +4,7 @@ $GPG_KEYS = array(
     "7.0" => <<< GPG
 pub   2048R/22FE5A12 2015-07-07 [expires: 2020-07-05]
       Key fingerprint = D620 173D 6924 BA1C 2244  C7C4 1B6B 6676 22FE 5A12
-uid                  Kalle Sommer Nielsen (PHP) <[email protected]>
+uid                  Kalle Sommer Nielsen (PHP) &lt;[email protected]&gt;
 
 pub   2048R/9C0D5763 2015-06-09 [expires: 2024-06-06]
       Key fingerprint = 1A4E 8B72 77C4 2E53 DBA9  C7B9 BCAA 30EA 9C0D 5763


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

Reply via email to