small correction: <br> to <br />

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@83525 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Friedhelm Betz 2002-05-26 15:50:03 +00:00
parent b2302555dc
commit f5c6c68d27

View file

@ -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 @@ $foo = "10.0 pigs " + 1.0; // $foo is float (11)
<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>