mirror of
https://github.com/e107inc/e107.git
synced 2025-01-29 10:38:08 +01:00
added numbered list 'ol' to allowed tags.
This commit is contained in:
parent
5d89f1fc08
commit
673bec02e3
@ -2560,7 +2560,7 @@ class e_parser
|
||||
);
|
||||
|
||||
protected $allowedTags = array('html', 'body','div','a','img','table','tr', 'td', 'th', 'tbody', 'thead', 'colgroup', 'b',
|
||||
'i', 'pre','code', 'strong', 'u', 'em','ul','li','img','h1','h2','h3','h4','h5','h6','p',
|
||||
'i', 'pre','code', 'strong', 'u', 'em','ul', 'ol', 'li','img','h1','h2','h3','h4','h5','h6','p',
|
||||
'div','pre','section','article', 'blockquote','hgroup','aside','figure','span', 'video', 'br',
|
||||
'small', 'caption', 'noscript'
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user