dams Wed Jul 16 11:11:05 2003 EDT
Modified files:
/phpdoc/en/reference/pdf reference.xml
Log:
tag mismatch
Index: phpdoc/en/reference/pdf/reference.xml
diff -u phpdoc/en/reference/pdf/reference.xml:1.9
phpdoc/en/reference/pdf/reference.xml:1.10
--- phpdoc/en/reference/pdf/reference.xml:1.9 Wed Jul 16 11:07:38 2003
+++ phpdoc/en/reference/pdf/reference.xml Wed Jul 16 11:11:05 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
<reference id="ref.pdf">
<title>PDF functions </title>
<titleabbrev>PDF</titleabbrev>
@@ -287,12 +287,13 @@
?>
]]>
</programlisting>
- <simpara>
- The script <filename>getpdf.php</filename> just returns the pdf document.
- </simpara>
- <example>
- <title>Outputing a precalculated PDF</title>
- <programlisting>
+ </example>
+ <simpara>
+ The script <filename>getpdf.php</filename> just returns the pdf document.
+ </simpara>
+ <example>
+ <title>Outputing a precalculated PDF</title>
+ <programlisting>
<![CDATA[
<?php
$len = filesize($filename);
@@ -302,8 +303,7 @@
readfile($filename);
?>
]]>
- </programlisting>
- </example>
+ </programlisting>
</example>
</para>
<para>
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php