Home » Text » Text_Highlighter » Bug #9195
HL_NUMBERS_OL is not defined
Details
| Doc Bug #9195 | HL_NUMBERS_OL is not defined |
|---|---|
| Submitted | 2006-10-31 05:39 UTC |
| From | shimooka at doyouphp dot jp |
| Assigned | cweiske |
| Status | Closed |
| Package | Text_Highlighter |
| PHP Version | Irrelevant |
| Roadmaps | (Not assigned) |
Comments
[2006-10-31 05:39 UTC] shimooka at doyouphp dot jp
Description:
------------
in 'Example 57-5. Options for the HTML renderer', HL_NUMBERS_OL was used but not defined.
Expected result:
----------------
$renderer = new Text_Highlighter_Renderer_Html(array("numbers" => HL_NUMBERS_LI, "tabsize" => 4));
Actual result:
--------------
$renderer = new Text_Highlighter_Renderer_Html(array("numbers" => HL_NUMBERS_OL, "tabsize" => 4));