From 9fb25d28f38b6bd03c910cd7e88f22e6b748875d Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Mon, 18 Nov 2002 17:26:12 +0000 Subject: [PATCH] Fix typos from last commit. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@104796 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/strings/functions/html-entity-decode.xml | 6 +++--- reference/strings/functions/htmlentities.xml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) 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.