diff --git a/reference/strings/functions/htmlspecialchars.xml b/reference/strings/functions/htmlspecialchars.xml
index d1c3a42a92..da5a1117db 100644
--- a/reference/strings/functions/htmlspecialchars.xml
+++ b/reference/strings/functions/htmlspecialchars.xml
@@ -1,5 +1,5 @@
-
+
@@ -28,12 +28,12 @@
This function is useful in preventing user-supplied text from
containing HTML markup, such as in a message board or guest book
- application. The optional second argument, quote_style, tells
+ application. The optional second argument, quote_style, tells
the function what to do with single and double quote characters.
- The default mode, ENT_COMPAT, is the backwards compatible mode
+ The default mode, ENT_COMPAT, is the backwards compatible mode
which only translates the double-quote character and leaves the
- single-quote untranslated. If ENT_QUOTES is set, both single and
- double quotes are translated and if ENT_NOQUOTES is set neither
+ single-quote untranslated. If ENT_QUOTES is set, both single and
+ double quotes are translated and if ENT_NOQUOTES is set neither
single nor double quotes are translated.
@@ -46,14 +46,14 @@
- '"' (double quote) becomes '"' when ENT_NOQUOTES
+ '"' (double quote) becomes '"' when ENT_NOQUOTES
is not set.
''' (single quote) becomes ''' only when
- ENT_QUOTES is set.
+ ENT_QUOTES is set.