aboutsummaryrefslogtreecommitdiff
path: root/launcher/ui/dialogs
diff options
context:
space:
mode:
authorAlexandru Ionut Tripon <alexandru.tripon97@gmail.com>2023-06-26 11:44:55 +0300
committerGitHub <noreply@github.com>2023-06-26 11:44:55 +0300
commitcf5c01a5b1a9a91d41fb343d2d2abc9bac07f1ec (patch)
tree5724e2a38d32413c183f1560c75c10a5cea81ed5 /launcher/ui/dialogs
parentf2015eee8059fa68af4ca9415cc8a11f13b65922 (diff)
downloadPrismLauncher-cf5c01a5b1a9a91d41fb343d2d2abc9bac07f1ec.tar.gz
PrismLauncher-cf5c01a5b1a9a91d41fb343d2d2abc9bac07f1ec.tar.bz2
PrismLauncher-cf5c01a5b1a9a91d41fb343d2d2abc9bac07f1ec.zip
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>
Diffstat (limited to 'launcher/ui/dialogs')
-rw-r--r--launcher/ui/dialogs/ExportToModListDialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/ui/dialogs/ExportToModListDialog.cpp b/launcher/ui/dialogs/ExportToModListDialog.cpp
index 57ee4453..d53e8db3 100644
--- a/launcher/ui/dialogs/ExportToModListDialog.cpp
+++ b/launcher/ui/dialogs/ExportToModListDialog.cpp
@@ -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;
}