Merge pull request #592 from Xaekai/fixcomma

Add missing comma
This commit is contained in:
Calvin Montgomery 2016-07-08 00:10:49 -07:00 committed by GitHub
commit 0de5f88eee

View file

@ -5,7 +5,7 @@ var sanitizeHTML = require("sanitize-html");
const ALLOWED_TAGS = [
"button",
"center",
"cite"
"cite",
"details",
"font",
"h1",