mirror of https://notabug.org/acetone/ircabot.git
whitespace in links end fix
parent
6c45cc0e9f
commit
84b9e48f7d
|
@ -102,6 +102,8 @@ std::pair<QString, QString> HttpServer::splitUserNameAndMessage(const QString &r
|
||||||
}
|
}
|
||||||
text.replace(rawLink, convertToClickableLink(rawLink));
|
text.replace(rawLink, convertToClickableLink(rawLink));
|
||||||
}
|
}
|
||||||
|
text.replace(" </a>", "</a>"); // delete whitespace in links end
|
||||||
|
|
||||||
// long lines
|
// long lines
|
||||||
int space = 0;
|
int space = 0;
|
||||||
bool nbTag = false; // For safe HTML tags like a ⁢ via <wbr>!
|
bool nbTag = false; // For safe HTML tags like a ⁢ via <wbr>!
|
||||||
|
|
Loading…
Reference in New Issue