flush
[mdref/mdref-http] / http / Env / negotiateLanguage.md
index 3baf48aabbb7bd6f3f4ace709d96c1e87a7af047..e6ddd9b059e24fab77b0f6e62bce722f9717de18 100644 (file)
@@ -6,12 +6,12 @@ Negotiate the client's preferred language.
 
 ## Params:
 
-* ```array $supported```  
+* array $supported  
   List of supported content languages.
-* Optional reference ```array &$result```  
+* Optional reference array &$result  
   Out parameter recording negotiation results.
   
 ## Returns:
 
-* ```NULL```, if negotiation fails.
-* ```string```, the negotiated language.
+* NULL, if negotiation fails.
+* string, the negotiated language.