colorize icon indicating copy to clipboard operation
colorize copied to clipboard

Issue with incorrect HTML being generated

Open woudshoo opened this issue 11 years ago • 0 comments

The following generates invalid html:

(colorize:html-colorization :c++ "}")

Namely:

"<span class=\"\"></span>}</span></span>"

Notice that there are 3 span close tags and only one scan open tag.

I now it is not well balanced at the source code level, but unfortunately that is life for me :-(

Wim Oudshoorn. P.S.: (This had nothing todo with coleslaw, but it is pure coincidence that I just encounter it now.)

woudshoo avatar Apr 05 '13 13:04 woudshoo