Home » Text » Text_Highlighter » Bug #3797
Extra span close tag produced with php highlighting.
Details
| Submitted | 2005-03-13 02:33 UTC |
|---|---|
| From | jjfoerch at earthlink dot net |
| Assigned | blindman |
| Status | Closed |
| Package | Text_Highlighter |
| PHP Version | 4.3.4 |
| OS | SuSE 9.1 |
| Roadmaps | (Not assigned) |
Comments
[2005-03-13 02:33 UTC] jjfoerch at earthlink dot net
Description:
------------
With Text_Highlighter 0.6.2.
The invocation of the PHP highlighter below causes the output to contain a at the end with no corresponding open tag.
Reproduce code:
---------------
require_once 'Text/Highlighter.php';
$d = highlight($d));
Actual result:
--------------
A string with no php code in it.