Skip to content

Commit 31cf809

Browse files
authored
Update dogeiscutSet.js (#575)
1 parent b5ab85b commit 31cf809

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

static/extensions/DogeisCut/dogeiscutSet.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,9 @@
246246
})
247247
}
248248

249-
toMonitorContent = () => span(this.toString())
249+
toMonitorContent() {
250+
return span(escapeHTML(this.toString()))
251+
}
250252

251253
toReporterContent() {
252254
let root = document.createElement('div')

0 commit comments

Comments
 (0)