mirror of https://github.com/calzoneman/sync.git
Add missing comma
This commit is contained in:
parent
2ae5af096b
commit
0bafe9f2d7
|
@ -5,7 +5,7 @@ var sanitizeHTML = require("sanitize-html");
|
||||||
const ALLOWED_TAGS = [
|
const ALLOWED_TAGS = [
|
||||||
"button",
|
"button",
|
||||||
"center",
|
"center",
|
||||||
"cite"
|
"cite",
|
||||||
"details",
|
"details",
|
||||||
"font",
|
"font",
|
||||||
"h1",
|
"h1",
|
||||||
|
|
Loading…
Reference in New Issue