goba Tue Jul 16 09:11:09 2002 EDT
Modified files:
/phpdoc/en/chapters tutorial.xml
Log:
Build errors corrected
Index: phpdoc/en/chapters/tutorial.xml
diff -u phpdoc/en/chapters/tutorial.xml:1.1 phpdoc/en/chapters/tutorial.xml:1.2
--- phpdoc/en/chapters/tutorial.xml:1.1 Tue Jul 16 09:09:25 2002
+++ phpdoc/en/chapters/tutorial.xml Tue Jul 16 09:11:09 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<chapter id="tutorial">
<title>A simple tutorial</title>
@@ -8,7 +8,7 @@
tutorial. This text only deals with dinamic webpage creation with
PHP, though PHP is not only capable of creating webpages. See
the section titled <link linkend="intro-whatcando">What can PHP
- do</lihnk> for more information.
+ do</link> for more information.
</para>
<para>
PHP-enabled web pages are treated just like regular HTML pages and
@@ -137,7 +137,7 @@
</informalexample>
<para>
Here we introduce a couple of new concepts. We have an
- <link linkend="control-structures.if">if</if> statement.
+ <link linkend="control-structures.if">if</link> statement.
If you are familiar with the basic syntax used by the C
language this should look logical to you. If you don't know enough
C or some other language where the syntax used above is used, you
@@ -233,7 +233,7 @@
on <link linkend="language.variables.predefined">predefined
variables</link> for more information.
</para>
- <note>
+ </note>
</para>
</sect1>
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php