php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #32336 [fr] Translation error in htmlspecialchars
Submitted: 2005-03-16 13:59 UTC Modified: 2005-04-18 04:35 UTC
From: eric_php at fantasy-lands dot net Assigned:
Status: Closed Package: Documentation problem
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
 [2005-03-16 13:59 UTC] eric_php at fantasy-lands dot net
Description:
------------
Hi,

In page <some mirroring site>/manual/fr/function.htmlspecialchars.php, there is a mismatch between "lower than" and "greater than" translations which has been swapped.

Current content is:
"<" (sup?rieur ?) devient "&lt;" 
">" (inf?rieur ?) devient "&gt;" 

and should be:
"<" (inf?rieur ?) devient "&lt;" 
">" (sup?rieur ?) devient "&gt;" 

Regards,
Eric


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-04-18 04:35 UTC] jsgoupil@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.

corrected my first bug
 [2020-12-30 12:50 UTC] nikic@php.net
Automatic comment on behalf of jsgoupil
Revision: http://git.php.net/?p=doc/fr.git;a=commit;h=633fec43c88c4c00c784605837b18159646437e4
Log: fixed bug #32336
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 31 23:01:30 2024 UTC