Update launcher/ui/dialogs/ExportToModListDialog.cpp
Co-authored-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com> Signed-off-by: Alexandru Ionut Tripon <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
f2015eee80
commit
cf5c01a5b1
@ -118,7 +118,7 @@ void ExportToModListDialog::triggerImp()
|
|||||||
QString exampleLine;
|
QString exampleLine;
|
||||||
switch (format) {
|
switch (format) {
|
||||||
case ExportToModList::HTML: {
|
case ExportToModList::HTML: {
|
||||||
exampleLine = "<ul><a href=\"{url}\">{name}</a>[{version}] by {authors}</ul>";
|
exampleLine = "<ul><a href=\"{url}\">{name}</a> [{version}] by {authors}</ul>";
|
||||||
ui->resultText->setHtml(txt);
|
ui->resultText->setHtml(txt);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user