mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
c68f82e047
commit
417d534c33
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@
|
|||
<title><function>ifx_errormsg</function> example</title>
|
||||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
printf("%s\n<br>", ifx_errormsg(-201));
|
||||
printf("%s\n<br>", ifx_errormsg(-201));
|
||||
]]>
|
||||
</programlisting>
|
||||
</example>
|
||||
|
|
Loading…
Reference in a new issue