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.