fix download log newlines
This commit is contained in:
parent
02145c7078
commit
b6ed84998d
@ -855,7 +855,7 @@ def download_addon(client: HttpClient, id: int) -> Union[DownloadOk, DownloadErr
|
||||
|
||||
|
||||
def download_log_to_html(log: List[DownloadLogEntry]) -> str:
|
||||
return "\n".join(map(describe_log_entry, log))
|
||||
return "<br>".join(map(describe_log_entry, log))
|
||||
|
||||
|
||||
def describe_log_entry(id_and_entry: DownloadLogEntry) -> str:
|
||||
|
Loading…
Reference in New Issue
Block a user