cortesi         Sat Apr  6 06:06:22 2002 EDT

  Modified files:              
    /phpdoc/en/functions        image.xml 
  Log:
  fixing the fixed example
  
Index: phpdoc/en/functions/image.xml
diff -u phpdoc/en/functions/image.xml:1.92 phpdoc/en/functions/image.xml:1.93
--- phpdoc/en/functions/image.xml:1.92  Sat Apr  6 05:10:18 2002
+++ phpdoc/en/functions/image.xml       Sat Apr  6 06:06:21 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.92 $ -->
+<!-- $Revision: 1.93 $ -->
 <reference id="ref.image">
  <title>Image functions</title>
  <titleabbrev>Image</titleabbrev>
@@ -363,7 +363,7 @@
 <![CDATA[
 <?php
 $size = getimagesize ("img/flag.jpg");
-echo "<img src='img/flag.jpg' '{$size[3]}'>";
+echo "<img src=\"img/flag.jpg\" {$size[3]}>";
 ?>
 ]]>
      </programlisting>


Reply via email to