php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #388 cosmetic show_source() error
Submitted: 1998-05-19 23:48 UTC Modified: 1998-05-20 17:36 UTC
From: alex at wankwood dot com Assigned:
Status: Closed Package: Other
PHP Version: 3.0 Release Candidate 4 OS: GNU/Linux
Private report: No CVE-ID: None
 [1998-05-19 23:48 UTC] alex at wankwood dot com
show_source() renders strings like this:

<strong>"string</strong>"

instead of this:

"<strong>string</strong>"

or this:

<strong>"string"</strong>

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-05-20 17:36 UTC] zeev
Known, there's no easy way to fix it.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 21:01:36 2024 UTC