diff options
author | Alexandru Ionut Tripon <alexandru.tripon97@gmail.com> | 2023-06-26 11:45:05 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-26 11:45:05 +0300 |
commit | d82ae31fc1dc75693e3a6270f0b733fcf7bdaadd (patch) | |
tree | b9879a17a5f70d7f4d79f34caf74f73c6283ebcb | |
parent | cf5c01a5b1a9a91d41fb343d2d2abc9bac07f1ec (diff) | |
download | PrismLauncher-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.cpp | 2 |
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; } |