Add missing comma

This commit is contained in:
Xaekai 2016-07-08 00:04:20 -07:00
parent 2ae5af096b
commit 0bafe9f2d7
1 changed files with 1 additions and 1 deletions

View File

@ -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",