]> granicus.if.org Git - apache/commitdiff
Adjust formatting
authorStefan Fritsch <sf@apache.org>
Mon, 27 Feb 2012 13:54:02 +0000 (13:54 +0000)
committerStefan Fritsch <sf@apache.org>
Mon, 27 Feb 2012 13:54:02 +0000 (13:54 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1294158 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 9c1972dae708c9665523360ce446045f4740deda..6fdd5682eb3e233767aac49e3a839de68a035087 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -5,9 +5,9 @@ Changes with Apache 2.4.2
   *) mod_filter: Fix segfault with AddOutputFilterByType. PR 52755.
      [Stefan Fritsch]
 
-  * mod_session: Sessions are encoded as application/x-www-form-urlencoded
-    strings, however we do not handle the encoding of spaces properly.
-    Fixed. [Graham Leggett]
+  *) mod_session: Sessions are encoded as application/x-www-form-urlencoded
+     strings, however we do not handle the encoding of spaces properly.
+     Fixed. [Graham Leggett]
 
   *) Configuration: Example in comment should use a path consistent
      with the default configuration. PR 52715.