We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 147b0a1 commit 45885c6Copy full SHA for 45885c6
.eslintrc.json
@@ -2,7 +2,7 @@
2
"env": {
3
"browser": true,
4
"commonjs": true,
5
- "es6": true,
+ "es6": true
6
},
7
"globals": {
8
"hermiebox": true,
ui/core/components/MessageRaw.js
@@ -25,10 +25,10 @@ const MessageRaw = {
25
m("column.col-3", [
26
m(
27
"p",
28
- `
+ m.trust(`
29
This is a message of type
30
<em>${type}</em>.
31
+ `)
32
),
33
34
0 commit comments