mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-06 00:10:02 +00:00
page: add missing space between meowbalt attributes
This commit is contained in:
parent
ea7ac37a0f
commit
1364872b94
1 changed files with 2 additions and 2 deletions
|
@ -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>`,
|
||||
|
|
Loading…
Reference in a new issue