dascritch / cpu-audio

An audio WebComponent to provide timecoded links and other features to an audio tag
https://dascritch.github.io/cpu-audio/
GNU Lesser General Public License v3.0
24 stars 2 forks source link

title="" on cue points should remove HTML tags #178

Closed dascritch closed 2 years ago

dascritch commented 3 years ago

Any CPU show is plagued with <i> for any musical excerpt.

Culprit is in element_cpu.js drawPoint() function,

                        elementPointTrack.title = text;

should be escaped with an inverse function of escapeHtml() (in utils.js)