mirror of
https://github.com/wukko/cobalt.git
synced 2025-02-03 08:56:20 +01: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: {
|
header: {
|
||||||
closeAria: t('AccessibilityGoBack'),
|
closeAria: t('AccessibilityGoBack'),
|
||||||
emoji: `<img class="popout-meowbalt" `
|
emoji: `<img class="popout-meowbalt" `
|
||||||
+ `draggable="false" loading="lazy"`
|
+ `draggable="false" loading="lazy" `
|
||||||
+ `alt="😿" src="assets/meowbalt/question.png">`,
|
+ `alt="😿" src="assets/meowbalt/question.png">`,
|
||||||
title: t('TitlePopupDownload')
|
title: t('TitlePopupDownload')
|
||||||
},
|
},
|
||||||
|
@ -556,7 +556,7 @@ export default function(obj) {
|
||||||
classes: ["small"],
|
classes: ["small"],
|
||||||
header: {
|
header: {
|
||||||
emoji: `<img class="popout-meowbalt" `
|
emoji: `<img class="popout-meowbalt" `
|
||||||
+ `draggable="false" loading="lazy"`
|
+ `draggable="false" loading="lazy" `
|
||||||
+ `alt="😿" src="assets/meowbalt/error.png">`,
|
+ `alt="😿" src="assets/meowbalt/error.png">`,
|
||||||
},
|
},
|
||||||
body: `<div id="desc-error" class="desc-padding subtext desc-error"></div>`,
|
body: `<div id="desc-error" class="desc-padding subtext desc-error"></div>`,
|
||||||
|
|
Loading…
Reference in a new issue