fix: html sintax for modlist export
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user