irc-html Wed Jan 2 15:28:11 2002 EDT
Modified files:
/phpdoc/en/appendices migration.xml
Log:
Fixed 'closing' CDATA tag for migration.startendtags
Index: phpdoc/en/appendices/migration.xml
diff -u phpdoc/en/appendices/migration.xml:1.16 phpdoc/en/appendices/migration.xml:1.17
--- phpdoc/en/appendices/migration.xml:1.16 Mon Dec 17 14:33:05 2001
+++ phpdoc/en/appendices/migration.xml Wed Jan 2 15:28:11 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.16 $ -->
+<!-- $Revision: 1.17 $ -->
<appendix id="migration">
<title>Migrating from PHP/FI 2 to PHP 3</title>
@@ -57,7 +57,7 @@
<programlisting role="php">
<![CDATA[
<? echo "This is PHP 3.0 code!\n"; ?>
-]]|
+]]>
</programlisting>
</example>