mirror of https://notabug.org/acetone/ircabot.git
fix of html tag breaking...
parent
76e1d6a1de
commit
3645d94bd2
|
@ -126,7 +126,7 @@ std::pair<QString, QString> HttpServer::splitUserNameAndMessage(const QString &r
|
|||
}
|
||||
}
|
||||
|
||||
if (nbTag and text[i] == ';') {
|
||||
if (nbTag and text[i-1] == ';') {
|
||||
nbTag = false;
|
||||
}
|
||||
if (text.indexOf(QRegularExpression("(\\&|\\<|\\>|\\").*"), i) == i) {
|
||||
|
|
Loading…
Reference in New Issue