From d5bd17527d1269fefd63606d13997f5787f8e41c Mon Sep 17 00:00:00 2001 From: Leszek Krupinski Date: Sat, 13 Jul 2002 16:31:35 +0000 Subject: [PATCH] typo git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@88594 c90b9560-bf6c-de11-be94-00142212c4b1 --- chapters/config.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chapters/config.xml b/chapters/config.xml index 800c98d042..9f0015c81b 100644 --- a/chapters/config.xml +++ b/chapters/config.xml @@ -1,5 +1,5 @@ - + Configuration @@ -767,7 +767,7 @@ include_path=".;c:\www\phplib" Tells whether the short form (<? ?>) of PHP's open tag should be allowed. If you want to use PHP in combination with XML, you can disable this option in order to - use (<?xml ?> inline. Otherwise, you + use <?xml ?> inline. Otherwise, you can print it with PHP, for example: <?php echo '<?xml version="1.0"'; ?>. Also if disabled, you must use the long form of the PHP open tag (<?php ?>).