aboutsummaryrefslogtreecommitdiff
path: root/launcher/ui/pages/modplatform
diff options
context:
space:
mode:
authorJamie Mansfield <jmansfield@cadixdev.org>2021-12-27 03:55:08 +0000
committerJamie Mansfield <jmansfield@cadixdev.org>2022-04-02 13:53:44 +0100
commitc8092269baf92c05a8b2433fc644f1039a041bfa (patch)
tree79df9c10c6979e7beb7c8bdea3cb082c30b75bc4 /launcher/ui/pages/modplatform
parent9d88f0795594f3f01d35bab4eb3767566b36c45c (diff)
downloadPrismLauncher-c8092269baf92c05a8b2433fc644f1039a041bfa.tar.gz
PrismLauncher-c8092269baf92c05a8b2433fc644f1039a041bfa.tar.bz2
PrismLauncher-c8092269baf92c05a8b2433fc644f1039a041bfa.zip
Technic: Match CurseForge pack description format
Diffstat (limited to 'launcher/ui/pages/modplatform')
-rw-r--r--launcher/ui/pages/modplatform/technic/TechnicPage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/ui/pages/modplatform/technic/TechnicPage.cpp b/launcher/ui/pages/modplatform/technic/TechnicPage.cpp
index c68021d8..49682904 100644
--- a/launcher/ui/pages/modplatform/technic/TechnicPage.cpp
+++ b/launcher/ui/pages/modplatform/technic/TechnicPage.cpp
@@ -208,7 +208,7 @@ void TechnicPage::metadataLoaded()
text = "<a href=\"" + current.websiteUrl.toHtmlEscaped() + "\">" + name.toHtmlEscaped() + "</a>";
if (!current.author.isEmpty()) {
- text += tr(" by ") + current.author.toHtmlEscaped();
+ text += "<br>" + tr(" by ") + current.author.toHtmlEscaped();
}
ui->frame->setModText(text);