mirror of
https://github.com/Spengreb/sync.git
synced 2026-05-14 03:32:06 +00:00
Add missing comma
This commit is contained in:
parent
2ae5af096b
commit
0bafe9f2d7
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ var sanitizeHTML = require("sanitize-html");
|
|||
const ALLOWED_TAGS = [
|
||||
"button",
|
||||
"center",
|
||||
"cite"
|
||||
"cite",
|
||||
"details",
|
||||
"font",
|
||||
"h1",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue