sean Wed Aug 18 12:12:07 2004 EDT
Modified files:
/phpdoc/en/faq html.xml
Log:
grammar + small structure change
http://cvs.php.net/diff.php/phpdoc/en/faq/html.xml?r1=1.28&r2=1.29&ty=u
Index: phpdoc/en/faq/html.xml
diff -u phpdoc/en/faq/html.xml:1.28 phpdoc/en/faq/html.xml:1.29
--- phpdoc/en/faq/html.xml:1.28 Tue Aug 17 09:58:57 2004
+++ phpdoc/en/faq/html.xml Wed Aug 18 12:12:07 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.28 $ -->
+<!-- $Revision: 1.29 $ -->
<chapter id="faq.html">
<title>PHP and HTML</title>
<titleabbrev>PHP and HTML</titleabbrev>
@@ -156,7 +156,11 @@
like any other described within the section on retrieving
<link linkend="language.variables.external">variables from outside of
PHP</link>. For example, <varname>$_GET['foo_x']</varname>.
- Spaces in variable names are converted to underscores too.
+ <note>
+ <para>
+ Spaces in request variable names are converted to underscores.
+ </para>
+ </note>
</para>
</answer>
</qandaentry>