aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandru Ionut Tripon <alexandru.tripon97@gmail.com>2023-06-26 11:45:05 +0300
committerGitHub <noreply@github.com>2023-06-26 11:45:05 +0300
commitd82ae31fc1dc75693e3a6270f0b733fcf7bdaadd (patch)
treeb9879a17a5f70d7f4d79f34caf74f73c6283ebcb
parentcf5c01a5b1a9a91d41fb343d2d2abc9bac07f1ec (diff)
downloadPrismLauncher-d82ae31fc1dc75693e3a6270f0b733fcf7bdaadd.tar.gz
PrismLauncher-d82ae31fc1dc75693e3a6270f0b733fcf7bdaadd.tar.bz2
PrismLauncher-d82ae31fc1dc75693e3a6270f0b733fcf7bdaadd.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>
-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 d53e8db3..b399dc17 100644
--- a/launcher/ui/dialogs/ExportToModListDialog.cpp
+++ b/launcher/ui/dialogs/ExportToModListDialog.cpp
@@ -123,7 +123,7 @@ void ExportToModListDialog::triggerImp()
break;
}
case ExportToModList::MARKDOWN: {
- exampleLine = "[{name}]({url})[{version}] by {authors}";
+ exampleLine = "[{name}]({url}) [{version}] by {authors}";
ui->resultText->setHtml(markdownToHTML(txt));
break;
}