From 5904f5cd67dffadcd0d1ea5217bef2126f655adc Mon Sep 17 00:00:00 2001 From: Ron Chmara Date: Wed, 13 Dec 2000 06:33:36 +0000 Subject: [PATCH] Typo in example. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@37667 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/xslt.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/xslt.xml b/functions/xslt.xml index 9e1c68f3a1..fa975a735f 100644 --- a/functions/xslt.xml +++ b/functions/xslt.xml @@ -368,7 +368,7 @@ $xmlData = ' if (xslt_process($xslData, $xmlData, $result)) { - echo "Here is the brilliant in-depth article on learning" + echo "Here is the brilliant in-depth article on learning"; echo " German: "; echo "<br>\n<br>"; echo $result;