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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
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-2024 The PHP Group
All rights reserved.
Last updated: Fri Nov 01 03:01:28 2024 UTC