mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-05 12:56:58 +03:00
Technic: Match CurseForge pack description format
This commit is contained in:
parent
9d88f07955
commit
c8092269ba
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue