mirror of
https://github.com/kiwix/kiwix-js-pwa.git
synced 2025-08-03 19:38:36 -04:00
Fix formatting of warning
This commit is contained in:
parent
57af855f91
commit
fc70fb7ffd
@ -4095,7 +4095,7 @@ function setLocalArchiveFromFileList (files, fromArchiveList) {
|
||||
*
|
||||
*/
|
||||
function verifyLoadedArchive (archive) {
|
||||
return uiUtil.systemAlert('<p><b>Is this ZIM archive from a trusted source? If in doubt, we strongly recommend you open it in Restricted mode.</b></p><p style="border: 1px solid;padding:5px;">' +
|
||||
return uiUtil.systemAlert('<p><b>Is this ZIM archive from a trusted source?</b> If in doubt, we strongly recommend you open it in Restricted mode.</p><p style="border: 1px solid;padding:5px;">' +
|
||||
'Name: <b>' + archive.file.name + '</b><br />' +
|
||||
'Creator: <b>' + archive.creator + '</b><br />' +
|
||||
'Publisher: <b>' + archive.publisher + '</b><br />' +
|
||||
|
Loading…
x
Reference in New Issue
Block a user