fixup
authorMichael Wallner <mike@php.net>
Thu, 18 Aug 2016 20:52:30 +0000 (22:52 +0200)
committerMichael Wallner <mike@php.net>
Thu, 18 Aug 2016 20:52:30 +0000 (22:52 +0200)
http/Message/setHeader.md
http/Message/setHeaders.md

index 98f58472f3b462f714fd5d72c9ad56cda3828024..0b57eeeb4a8fd6a295163588e4d79abc58037b0e 100644 (file)
@@ -3,7 +3,7 @@
 Set a single header.
 See http\Message::getHeader() and http\Message::addHeader().
 
-> **NOTE:**
+> ***NOTE:***  
 > Prior to v2.5.6/v3.1.0 headers with the same name were merged into a single
 > header with values concatenated by comma.
 
@@ -20,6 +20,5 @@ See http\Message::getHeader() and http\Message::addHeader().
 
 ## Changelog:
 
-Version      | Changes
--------------|--------
-2.5.6, 3.1.0 | Multiple headers with the same name are kept separate instead of merged together.
+0. v2.5.6, v3.1.0
+       * Multiple headers with the same name are kept separate instead of merged together.
index 2ce4418fad68c0248c4e0e8b2dcbe2ab95892143..2ccbf6f804845dc269c6e3456207737afc1f20ef 100644 (file)
@@ -3,7 +3,7 @@
 Set the message headers.
 See http\Message::getHeaders() and http\Message::addHeaders().
 
-> **NOTE:**
+> ***NOTE:***  
 > Prior to v2.5.6/v3.1.0 headers with the same name were merged into a single
 > header with values concatenated by comma.
 
@@ -47,6 +47,5 @@ Yields:
 
 ## Changelog:
 
-Version      | Changes
--------------|--------
-2.5.6, 3.1.0 | Multiple headers with the same name are kept separate instead of merged together.
+0. 2.5.6, 3.1.0
+       * Multiple headers with the same name are kept separate instead of merged together.