Skip to content

Commit 45885c6

Browse files
committed
smol random fixes
1 parent 147b0a1 commit 45885c6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.eslintrc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"env": {
33
"browser": true,
44
"commonjs": true,
5-
"es6": true,
5+
"es6": true
66
},
77
"globals": {
88
"hermiebox": true,

ui/core/components/MessageRaw.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ const MessageRaw = {
2525
m("column.col-3", [
2626
m(
2727
"p",
28-
`
28+
m.trust(`
2929
This is a message of type
3030
<em>${type}</em>.
31-
`
31+
`)
3232
),
3333
m(
3434
"p",

0 commit comments

Comments
 (0)