Commit:    f6da7c4f621bb700603dafeae01677048d832991
Author:    Peter Kokot <[email protected]>         Wed, 29 May 2019 23:06:08 
+0200
Parents:   106eece540e379ca064b7af7ff07f6cac1f65133
Branches:  master

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

Log:
Fix HTML for PHP 7.4 GPG keys

Changed paths:
  M  include/gpg-keys.inc


Diff:
diff --git a/include/gpg-keys.inc b/include/gpg-keys.inc
index f01b1e3..2594d6e 100644
--- a/include/gpg-keys.inc
+++ b/include/gpg-keys.inc
@@ -8,13 +8,13 @@ uid                  Kalle Sommer Nielsen (PHP) 
&lt;[email protected]&gt;
     "7.4" => <<< GPG
 pub   rsa3072 2019-03-25 [SC] [expires: 2021-03-24]
       A78F 717F 0793 F15F 6285  3392 3A6F 9E81 27D3 0399
-uid           [ultimate] Derick Rethans (Personal Key) 
<[email protected]>
-uid           [ultimate] Derick Rethans <[email protected]>
+uid           [ultimate] Derick Rethans (Personal Key) 
&lt;[email protected]&gt;
+uid           [ultimate] Derick Rethans &lt;[email protected]&gt;
 sub   rsa3072 2019-03-25 [E] [expires: 2021-03-24]
 
 pub   rsa4096 2019-05-29 [SC] [expires: 2021-05-28]
       4267 0A7F E4D0 441C 8E46  3234 9E4F DC07 4A4E F02D
-uid           [ultimate] Peter Kokot <[email protected]>
+uid           [ultimate] Peter Kokot &lt;[email protected]&gt;
 sub   rsa4096 2019-05-29 [E] [expires: 2021-05-28]
 GPG
 ,


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

Reply via email to