From 2a7002b054b823344bea3409411e0309a837d1fe Mon Sep 17 00:00:00 2001 From: Felipe Pena Date: Thu, 20 Mar 2008 16:34:37 +0000 Subject: [PATCH] Fix typo git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@255604 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/types/string.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/language/types/string.xml b/language/types/string.xml index bf449a8cb9..941031e600 100644 --- a/language/types/string.xml +++ b/language/types/string.xml @@ -1,5 +1,5 @@ - + Strings @@ -316,7 +316,7 @@ This should print a capital 'A': \x41]]> parsing is done inside a nowdoc. The construct is ideal for embedding PHP code or other large blocks of text without the need for escaping. It shares some features in common with the SGML - &lt;![CDATA[ ]]&gt; construct, in that it declares a + <![CDATA[ ]]> construct, in that it declares a block of text which is not for parsing.