didou Tue Jan 6 04:22:50 2004 EDT
Modified files:
/phpdoc/en/chapters tutorial.xml
Log:
more CS
Index: phpdoc/en/chapters/tutorial.xml
diff -u phpdoc/en/chapters/tutorial.xml:1.25 phpdoc/en/chapters/tutorial.xml:1.26
--- phpdoc/en/chapters/tutorial.xml:1.25 Fri Sep 5 02:11:36 2003
+++ phpdoc/en/chapters/tutorial.xml Tue Jan 6 04:22:50 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.25 $ -->
+<!-- $Revision: 1.26 $ -->
<chapter id="tutorial">
<title>A simple tutorial</title>
@@ -373,10 +373,10 @@
<title>A simple HTML form</title>
<programlisting role="html">
<![CDATA[
-<form action="action.php" method="POST">
+<form action="action.php" method="post">
Your name: <input type="text" name="name" />
Your age: <input type="text" name="age" />
- <input type="submit">
+ <input type="submit" />
</form>
]]>
</programlisting>