fix: html sintax for modlist export
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
22bb260ae3
commit
515197fba2
2 changed files with 9 additions and 9 deletions
|
@ -118,7 +118,7 @@ void ExportToModListDialog::triggerImp()
|
|||
QString exampleLine;
|
||||
switch (format) {
|
||||
case ExportToModList::HTML: {
|
||||
exampleLine = "<ul><a href=\"{url}\">{name}</a> [{version}] by {authors}</ul>";
|
||||
exampleLine = "<li><a href=\"{url}\">{name}</a> [{version}] by {authors}</li>";
|
||||
ui->resultText->setHtml(txt);
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue