betz Sun May 26 11:50:03 2002 EDT Modified files: /phpdoc/en/language types.xml Log: small correction: <br> to <br /> Index: phpdoc/en/language/types.xml diff -u phpdoc/en/language/types.xml:1.81 phpdoc/en/language/types.xml:1.82 --- phpdoc/en/language/types.xml:1.81 Fri May 24 14:50:50 2002 +++ phpdoc/en/language/types.xml Sun May 26 11:50:03 2002 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.81 $ --> +<!-- $Revision: 1.82 $ --> <chapter id="language.types"> <title>Types</title> @@ -1029,7 +1029,7 @@ <informalexample> <programlisting role="php"> <![CDATA[ -echo "\$foo==$foo; type is " . gettype ($foo) . "<br>\n"; +echo "\$foo==$foo; type is " . gettype ($foo) . "<br />\n"; ]]> </programlisting> </informalexample>
- [PHP-DOC] cvs: phpdoc /en/language types.xml Jan Lehnardt
- [PHP-DOC] cvs: phpdoc /en/language types.xml Gabor Hojtsy
- [PHP-DOC] cvs: phpdoc /en/language types.xml Mark Kronsbein
- [PHP-DOC] cvs: phpdoc /en/language types.xml Gabor Hojtsy
- [PHP-DOC] cvs: phpdoc /en/language types.xml Tal Peer
- [PHP-DOC] cvs: phpdoc /en/language types.xml Derick Rethans
- [PHP-DOC] cvs: phpdoc /en/language types.xml Derick Rethans
- [PHP-DOC] cvs: phpdoc /en/language types.xml Sander Roobol
- [PHP-DOC] cvs: phpdoc /en/language types.xml Derick Rethans
- [PHP-DOC] cvs: phpdoc /en/language types.xml Derick Rethans
- [PHP-DOC] cvs: phpdoc /en/language types.xml Friedhelm Betz
- [PHP-DOC] cvs: phpdoc /en/language types.xml Markus Fischer
- [PHP-DOC] cvs: phpdoc /en/language types.xml James Cox
- [PHP-DOC] cvs: phpdoc /en/language types.xml Dallas Thunder
- [PHP-DOC] cvs: phpdoc /en/language types.xml Per Gustafsson
- [PHP-DOC] cvs: phpdoc /en/language types.xml Gabor Hojtsy
- [PHP-DOC] cvs: phpdoc /en/language types.xml Gabor Hojtsy
- [PHP-DOC] cvs: phpdoc /en/language types.xml Gabor Hojtsy
- [PHP-DOC] cvs: phpdoc /en/language types.xml Gabor Hojtsy
- [PHP-DOC] cvs: phpdoc /en/language types.xml Gabor Hojtsy
- [PHP-DOC] cvs: phpdoc /en/language types.xml Philip Olson