Allow ordered lists as well

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/1594/head
Joas Schilling 2017-01-16 15:00:54 +07:00
parent ddfc7e6a3f
commit 76bc3bcdef
No known key found for this signature in database
GPG Key ID: E166FD8976B3BAC8
1 changed files with 2 additions and 1 deletions

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