mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 05:37:32 +02:00
added numbered list 'ol' to allowed tags.
This commit is contained in:
@@ -2560,7 +2560,7 @@ class e_parser
|
|||||||
);
|
);
|
||||||
|
|
||||||
protected $allowedTags = array('html', 'body','div','a','img','table','tr', 'td', 'th', 'tbody', 'thead', 'colgroup', 'b',
|
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',
|
'div','pre','section','article', 'blockquote','hgroup','aside','figure','span', 'video', 'br',
|
||||||
'small', 'caption', 'noscript'
|
'small', 'caption', 'noscript'
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user