diff --git a/launcher/ui/pages/modplatform/technic/TechnicPage.cpp b/launcher/ui/pages/modplatform/technic/TechnicPage.cpp
index c68021d8a..49682904f 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 = "" + name.toHtmlEscaped() + "";
if (!current.author.isEmpty()) {
- text += tr(" by ") + current.author.toHtmlEscaped();
+ text += "
" + tr(" by ") + current.author.toHtmlEscaped();
}
ui->frame->setModText(text);