fujimoto Sun Dec 9 22:10:13 2001 EDT
Modified files:
/phpdoc/ja/appendices migration.xml
Log:
fixed CDATA typo.
Index: phpdoc/ja/appendices/migration.xml
diff -u phpdoc/ja/appendices/migration.xml:1.5 phpdoc/ja/appendices/migration.xml:1.6
--- phpdoc/ja/appendices/migration.xml:1.5 Sun Dec 9 21:42:38 2001
+++ phpdoc/ja/appendices/migration.xml Sun Dec 9 22:10:13 2001
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<appendix id="migration">
<title>PHP/FI 2.0 から PHP 3.0 への移行</title>
@@ -58,7 +58,7 @@
<programlisting role="php">
<![CDATA[
<? echo "これは PHP 3.0 のコードです!\n"; ?>
-]]|
+]]>
</programlisting>
</example>