mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
b2302555dc
commit
f5c6c68d27
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue