mirror of
https://github.com/MultiMC/MultiMC5.git
synced 2025-01-07 09:54:30 +00:00
NOISSUE Match CurseForge pack description format in Technic UI
This commit is contained in:
parent
65a4f8919a
commit
2334a44221
@ -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>";
|
||||
|
Loading…
Reference in New Issue
Block a user