From 959b2d023d37713cefaee049b09e09507107e4b0 Mon Sep 17 00:00:00 2001 From: Kitsune Ral Date: Thu, 18 Jan 2018 17:37:43 +0900 Subject: Typo fix --- room.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/room.cpp b/room.cpp index 65761856..68762a8a 100644 --- a/room.cpp +++ b/room.cpp @@ -563,7 +563,7 @@ static void linkifyUrls(QString& htmlEscapedText) htmlEscapedText.replace(EmailAddressRegExp, QStringLiteral(R"(\1\2)")); htmlEscapedText.replace(FullUrlRegExp, - QStringLiteral(R"(\1")")); + QStringLiteral(R"(\1)")); } QString Room::prettyPrint(const QString& plainText) const -- cgit v1.2.3