diff --git a/src/CombinedImagePackModel.cpp b/src/CombinedImagePackModel.cpp index 6dadbef4..8847fe65 100644 --- a/src/CombinedImagePackModel.cpp +++ b/src/CombinedImagePackModel.cpp @@ -58,7 +58,7 @@ CombinedImagePackModel::data(const QModelIndex &index, int role) const switch (role) { case CompletionModel::CompletionRole: return QStringLiteral( - "\"%2\"") + "\"%2\"") .arg(QString::fromStdString(images[index.row()].image.url).toHtmlEscaped(), !images[index.row()].image.body.empty() ? QString::fromStdString(images[index.row()].image.body)