diff --git a/src/timeline/TimelineModel.cpp b/src/timeline/TimelineModel.cpp index d77e4409..5f92aaae 100644 --- a/src/timeline/TimelineModel.cpp +++ b/src/timeline/TimelineModel.cpp @@ -534,7 +534,7 @@ TimelineModel::data(const mtx::events::collections::TimelineEvents &event, int r formattedBody_.replace(matchImgUri, "\\1 src=\"image://mxcImage/\\2\"\\3"); // Same regex but for single quotes around the src const static QRegularExpression matchImgUri2( - "(]*)src=\'mxc://([^\']*)\'([^>]*>)"); + "(]*)src=\'mxc://([^\']*)\'([^>]*>)"); formattedBody_.replace(matchImgUri2, "\\1 src=\"image://mxcImage/\\2\"\\3"); const static QRegularExpression matchEmoticonHeight( "(]*)height=\"([^\"]*)\"([^>]*>)");