Merge branch 'master' of github.com:m6w6/mdref-http
[mdref/mdref-http] / http / Env / negotiateCharset.md
index 20cc01bcc9bec9f141ae477d338022e9ab9e8e79..9db7a79d8adb01c2c5d833b36a1657bc92bf43eb 100644 (file)
@@ -2,16 +2,16 @@
 
 Negotiate the client's preferred character set.
 
-> ***NOTE:*** The first elemement of $supported character sets serves as a default if no character set matches.
+> **Note:** The first elemement of $supported character sets serves as a default if no character set matches.
 
 ## Params:
 
-* ```array $supported```  
+* array $supported  
   List of supported content character sets.
-* Optional reference ```array &$result```  
+* Optional reference array &$result  
   Out parameter recording negotiation results.
   
 ## Returns:
 
-* ```NULL```, if negotiation fails.
-* ```string```, the negotiated character set.
+* NULL, if negotiation fails.
+* string, the negotiated character set.