Update launcher/ui/dialogs/ExportToModListDialog.cpp

Co-authored-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com>
Signed-off-by: Alexandru Ionut Tripon <alexandru.tripon97@gmail.com>
This commit is contained in:
Alexandru Ionut Tripon 2023-06-26 11:44:55 +03:00 committed by GitHub
parent f2015eee80
commit cf5c01a5b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -118,7 +118,7 @@ void ExportToModListDialog::triggerImp()
QString exampleLine;
switch (format) {
case ExportToModList::HTML: {
exampleLine = "<ul><a href=\"{url}\">{name}</a>[{version}] by {authors}</ul>";
exampleLine = "<ul><a href=\"{url}\">{name}</a> [{version}] by {authors}</ul>";
ui->resultText->setHtml(txt);
break;
}