diff --git a/reference/strings/functions/html-entity-decode.xml b/reference/strings/functions/html-entity-decode.xml
index 59b26de363..bc7939cf58 100644
--- a/reference/strings/functions/html-entity-decode.xml
+++ b/reference/strings/functions/html-entity-decode.xml
@@ -1,5 +1,5 @@
-
+
@@ -37,7 +37,7 @@
- END_COMPAT
+ ENT_COMPAT
Will convert double-quotes and leave single-quotes alone.
@@ -45,7 +45,7 @@
Will convert both double and single quotes.
- END_NOQUOTES
+ ENT_NOQUOTES
Will leave both double and single quotes unconverted.
diff --git a/reference/strings/functions/htmlentities.xml b/reference/strings/functions/htmlentities.xml
index d4e26aecae..48ed2ee646 100644
--- a/reference/strings/functions/htmlentities.xml
+++ b/reference/strings/functions/htmlentities.xml
@@ -1,5 +1,5 @@
-
+
@@ -38,7 +38,7 @@
- END_COMPAT
+ ENT_COMPAT
Will convert double-quotes and leave single-quotes alone.
@@ -46,7 +46,7 @@
Will convert both double and single quotes.
- END_NOQUOTES
+ ENT_NOQUOTES
Will leave both double and single quotes unconverted.