php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #51195 html escaped < that's not supposed to be
Submitted: 2010-03-03 12:37 UTC Modified: 2010-03-03 12:54 UTC
From: sylvain dot delafoy at gmail dot com Assigned: degeberg (profile)
Status: Closed Package: Documentation problem
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
View Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
If you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: sylvain dot delafoy at gmail dot com
New email:
PHP Version: OS:

 

 [2010-03-03 12:37 UTC] sylvain dot delafoy at gmail dot com
Description:
------------
on http://fr2.php.net/manual/fr/function.ifx-errormsg.php

printf("%s\n&lt;br>", ifx_errormsg(-201));

Should be:
printf("%s\n<br>", ifx_errormsg(-201));

(or even <br/>)




Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-03-03 12:50 UTC] degeberg@php.net
Automatic comment from SVN on behalf of degeberg
Revision: http://svn.php.net/viewvc/?view=revision&amp;revision=295780
Log: Fixed PHP doc bug #51195 (html escaped &lt; that's not supposed to be)
 [2010-03-03 12:51 UTC] degeberg@php.net
-Status: Open +Status: Closed
 [2010-03-03 12:51 UTC] degeberg@php.net
This bug has been fixed in the documentation's XML sources. Since the
online and downloadable versions of the documentation need some time
to get updated, we would like to ask you to be a bit patient.

Thank you for the report, and for helping us make our documentation better.


 [2010-03-03 12:54 UTC] sylvain dot delafoy at gmail dot com
Thank you for fixing it.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sun Jun 01 01:01:27 2025 UTC