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 a30d170aca
commit e05f53e018
No known key found for this signature in database
GPG Key ID: E166FD8976B3BAC8
1 changed files with 2 additions and 1 deletions

View File

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