goba            Sun Dec 22 14:46:03 2002 EDT

  Modified files:              
    /phpdoc/en/reference/image/functions        imagesetstyle.xml 
  Log:
  Fix example, so it will display properly. Also modify
  example title...
  
  
Index: phpdoc/en/reference/image/functions/imagesetstyle.xml
diff -u phpdoc/en/reference/image/functions/imagesetstyle.xml:1.4 
phpdoc/en/reference/image/functions/imagesetstyle.xml:1.5
--- phpdoc/en/reference/image/functions/imagesetstyle.xml:1.4   Thu Dec 19 22:34:54 
2002
+++ phpdoc/en/reference/image/functions/imagesetstyle.xml       Sun Dec 22 14:46:02 
+2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <!-- splitted from ./en/functions/image.xml, last change in rev 1.43 -->
   <refentry id="function.imagesetstyle">
    <refnamediv>
@@ -25,8 +25,9 @@
      Following example script draws a dashed line from upper left to
      lower right corner of the canvas:
      <example>
-      <title>imagesetstyle</title>
+      <title><function>imagesetstyle</function> example</title>
       <programlisting role="php">
+<![CDATA[
 <?php
 header ("Content-type: image/jpeg");
 $im  = imagecreate (100, 100);
@@ -51,7 +52,7 @@
 imagejpeg ($im);
 imagedestroy ($im);
 ?>
-
+]]>
       </programlisting>
      </example>
     </para>



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to