help me jesus

HTML gotta be like escaped n shit
This commit is contained in:
Crystalwarrior 2019-09-25 04:58:38 +03:00
parent 0649884d3c
commit c38061a990

View File

@ -2102,6 +2102,8 @@ QString Courtroom::filter_ic_text(QString p_text, bool colorize, int pos, int de
pos += appendage.size();
}
//Current issue: does not properly escape html stuff.
//Solution: probably parse p_text and export into a different string separately, perform some mumbo jumbo to properly adjust string indexes.
while (check_pos < p_text.size())
{
f_character = p_text.at(check_pos);