From fc70fb7ffde365076b3bc15441545a52491c6846 Mon Sep 17 00:00:00 2001 From: Jaifroid Date: Mon, 22 Apr 2024 16:16:58 +0100 Subject: [PATCH] Fix formatting of warning --- www/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/js/app.js b/www/js/app.js index f13fd3d0..64cbe6bf 100644 --- a/www/js/app.js +++ b/www/js/app.js @@ -4095,7 +4095,7 @@ function setLocalArchiveFromFileList (files, fromArchiveList) { * */ function verifyLoadedArchive (archive) { - return uiUtil.systemAlert('

Is this ZIM archive from a trusted source? If in doubt, we strongly recommend you open it in Restricted mode.

' + + return uiUtil.systemAlert('

Is this ZIM archive from a trusted source? If in doubt, we strongly recommend you open it in Restricted mode.

' + 'Name: ' + archive.file.name + '
' + 'Creator: ' + archive.creator + '
' + 'Publisher: ' + archive.publisher + '
' +