diff --git a/reference/soap/functions/use-soap-error-handler.xml b/reference/soap/functions/use-soap-error-handler.xml index 51f0494cbf..38927b1810 100644 --- a/reference/soap/functions/use-soap-error-handler.xml +++ b/reference/soap/functions/use-soap-error-handler.xml @@ -1,5 +1,5 @@ - + @@ -15,9 +15,9 @@ This function sets whether or not to use the SOAP error handler in the SOAP server. - It will return the previous value. If set to true, details of errors - in a SoapServer application will be sent to the clients. If false, - no information will be sent. + It will return the previous value. If set to &true;, details of errors + in a SoapServer application will be sent to the clients. + If &false;, no information will be sent. @@ -29,7 +29,7 @@ handler - Set to true to send error details to clients. + Set to &true; to send error details to clients.