mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-05-27 10:59:16 -05:00
Roomfaqs: Allow other HTML formatting tags
This commit is contained in:
parent
7aa207e9f5
commit
7439278f66
|
|
@ -4,7 +4,7 @@ const fs = require('fs');
|
|||
const path = require('path');
|
||||
|
||||
const ROOMFAQ_FILE = path.resolve(__dirname, '../config/chat-plugins/faqs.json');
|
||||
const ALLOWED_HTML = ['a', 'font', 'i', 'u', 'b'];
|
||||
const ALLOWED_HTML = ['a', 'font', 'i', 'u', 'b', 'strong', 'em', 'small', 'sub', 'sup', 'ins', 'del'];
|
||||
|
||||
let roomFaqs = {};
|
||||
try {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user