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 = [
|
||||
"button",
|
||||
"center",
|
||||
"cite"
|
||||
"cite",
|
||||
"details",
|
||||
"font",
|
||||
"h1",
|
||||
|
|
Loading…
Reference in New Issue