Ticket #46 (Bug)
Opened 8 months ago
High-Light does not produce 100% valid XHTML code
Status: new
| Reported by: | nilrog | Assigned to: | nilrog |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | High-Light | Keywords: | source-highligt xhtml valid |
| Cc: |
The output from High-Light sometimes doesn't produce 100% validated code. There are cases where it outputs "empty" <span> tags like this (notice the single space inside the tag):
<span class="normal"> </span>
This is what source-highlight outputs and should really be fixed there. If that is not possible then a "dirty fix" in High-Light should be implemented that converts the space in this tag to a instead.
