Allow ordered lists as well

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2017-01-16 15:00:54 +01:00
parent ddfc7e6a3f
commit 76bc3bcdef
No known key found for this signature in database
GPG key ID: E166FD8976B3BAC8

View file

@ -198,9 +198,10 @@ OC.Settings.Apps = OC.Settings.Apps || {
'p', 'p',
'a', 'a',
'ul', 'ul',
'ol',
'li', 'li',
'em', 'em',
's', 'del',
'blockquote' 'blockquote'
] ]
} }