Fixed PHP doc bug #51195 (html escaped < that's not supposed to be)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295780 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Daniel Egeberg 2010-03-03 11:50:46 +00:00
parent c68f82e047
commit 417d534c33

View file

@ -49,7 +49,7 @@
<title><function>ifx_errormsg</function> example</title>
<programlisting role="php">
<![CDATA[
printf("%s\n&lt;br>", ifx_errormsg(-201));
printf("%s\n<br>", ifx_errormsg(-201));
]]>
</programlisting>
</example>