page: add missing space between meowbalt attributes

This commit is contained in:
dumbmoron 2024-03-06 13:28:11 +00:00
parent ea7ac37a0f
commit 1364872b94
No known key found for this signature in database
GPG key ID: C59997C76C6A8E5F

View file

@ -534,7 +534,7 @@ export default function(obj) {
header: {
closeAria: t('AccessibilityGoBack'),
emoji: `<img class="popout-meowbalt" `
+ `draggable="false" loading="lazy"`
+ `draggable="false" loading="lazy" `
+ `alt="😿" src="assets/meowbalt/question.png">`,
title: t('TitlePopupDownload')
},
@ -556,7 +556,7 @@ export default function(obj) {
classes: ["small"],
header: {
emoji: `<img class="popout-meowbalt" `
+ `draggable="false" loading="lazy"`
+ `draggable="false" loading="lazy" `
+ `alt="😿" src="assets/meowbalt/error.png">`,
},
body: `<div id="desc-error" class="desc-padding subtext desc-error"></div>`,