From 6ea0e860cd8e64f1431f7c7e3c3b683e5bdb7478 Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Sat, 30 Nov 2013 15:19:42 +0000 Subject: [PATCH] Use proper pronoun. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332230 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/xslt/functions/xslt-setopt.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/xslt/functions/xslt-setopt.xml b/reference/xslt/functions/xslt-setopt.xml index 7513d5ec42..b268d9b8dc 100644 --- a/reference/xslt/functions/xslt-setopt.xml +++ b/reference/xslt/functions/xslt-setopt.xml @@ -87,7 +87,7 @@ $xh = xslt_create(); // Tell Sablotron to process public entities xslt_setopt($xh, XSLT_SABOPT_PARSE_PUBLIC_ENTITIES); -// Let's also ask him to suppress whitespace stripping +// Let's also ask it to suppress whitespace stripping xslt_setopt($xh, xslt_getopt($xh) | XSLT_SABOPT_DISABLE_STRIPPING); ?>