]> granicus.if.org Git - php/commitdiff
Fix NEWS indentation.
authorAdam Harvey <aharvey@php.net>
Thu, 27 Aug 2015 23:00:36 +0000 (16:00 -0700)
committerAdam Harvey <aharvey@php.net>
Thu, 27 Aug 2015 23:00:36 +0000 (16:00 -0700)
NEWS

diff --git a/NEWS b/NEWS
index a73fd3766c0c39f0fe7516138681123aaf4bb424..85b83b9499c949f977c7c8651549c4897013118c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -7,8 +7,8 @@ PHP                                                                        NEWS
     building extensions). (Adam)
 
 - OpenSSL:
-  .  Fixed bug #55259 (openssl extension does not get the DH parameters from 
-     DH key resource). (Jakub Zelenka)
+  . Fixed bug #55259 (openssl extension does not get the DH parameters from 
+    DH key resource). (Jakub Zelenka)
 
 - Standard:
   . Fixed bug #67131 (setcookie() conditional for empty values not met). (cmb)