goba            Mon Aug 20 09:58:45 2001 EDT

  Modified files:              
    /phpdoc/en/language variables.xml 
  Log:
  Fix missing HTML quote
  
  
Index: phpdoc/en/language/variables.xml
diff -u phpdoc/en/language/variables.xml:1.18 phpdoc/en/language/variables.xml:1.19
--- phpdoc/en/language/variables.xml:1.18       Mon Aug 20 07:55:11 2001
+++ phpdoc/en/language/variables.xml    Mon Aug 20 09:58:42 2001
@@ -1,5 +1,5 @@
 <?xml encoding="iso-8859-1"?>
-<!-- $Revision: 1.18 $ -->
+<!-- $Revision: 1.19 $ -->
  <chapter id="language.variables">
   <title>Variables</title>
   
@@ -900,7 +900,7 @@
 
      <informalexample>
       <programlisting role="php">
-&lt;input type=image src="image.gif" name="sub">
+&lt;input type="image" src="image.gif" name="sub">
       </programlisting>
      </informalexample>
 


Reply via email to