Do all text -> HTML conversion for subtitles in the same place.
authorCarl Hetherington <cth@carlh.net>
Sun, 1 Aug 2021 00:02:28 +0000 (02:02 +0200)
committerCarl Hetherington <cth@carlh.net>
Sun, 1 Aug 2021 00:02:28 +0000 (02:02 +0200)
commit1a9554c281720d0bf54295ab16f593ccc0ef3b4e
tree5bbdcb49377a1e3e0832250c063563e13ac470e7
parent2306f9cbc7086f6b51aa1cb55eb56b521fb92113
Do all text -> HTML conversion for subtitles in the same place.

Previously we would convert > to &gt; then the ampersand to &amp;
resulting in &amp;gt;
src/lib/render_text.cc
src/lib/text_decoder.cc