NOISSUE Match CurseForge pack description format in Technic UI

This commit is contained in:
Jamie Mansfield
2021-12-27 03:55:08 +00:00
parent 65a4f8919a
commit 2334a44221

View File

@@ -184,7 +184,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();
}
text += "<br><br>";