irc-html                Fri Jan 18 14:49:35 2002 EDT

  Modified files:              
    /phpdoc/en/language basic-syntax.xml 
  Log:
  fixed bad HTML tag in comment example (>/h1>), from user note
  
Index: phpdoc/en/language/basic-syntax.xml
diff -u phpdoc/en/language/basic-syntax.xml:1.25 
phpdoc/en/language/basic-syntax.xml:1.26
--- phpdoc/en/language/basic-syntax.xml:1.25    Wed Dec 12 15:47:36 2001
+++ phpdoc/en/language/basic-syntax.xml Fri Jan 18 14:49:35 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.25 $ -->
+<!-- $Revision: 1.26 $ -->
  <chapter id="language.basic-syntax">
   <title>Basic syntax</title>
 
@@ -213,7 +213,7 @@
    <informalexample>
     <programlisting role="php">
 <![CDATA[
-<h1>This is an <?php # echo "simple";?> example.>/h1>
+<h1>This is an <?php # echo "simple";?> example.</h1>
 <p>The header above will say 'This is an example'.
 ]]>
     </programlisting>


Reply via email to